get_actor_states#

abstract OslServer.get_actor_states(uid: str) Dict#

Get available actor states for a certain actor (only the IDs of the available states).

These can be used in conjunction with “get_actor_status_info” to obtain actor status info for a specific state ID.

Parameters:
uidstr

Actor uid.

Returns
——-
Dict

Actor state.

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.