get_actor_registered_responses#

TcpOslServer.get_actor_registered_responses(uid: str, include_reference_values: bool = True) List[dict]#

Get currently registered responses for a certain (integration) actor.

Parameters:
uidstr

Actor uid.

include_reference_values: bool, optional

Whether reference values are to be included.

Returns:
List[dict]

Actor’s registered responses.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with server.

OslCommandError

Raised when the command or query fails.

TimeoutError

Raised when the timeout float value expires.