Calling this method commands the lighting controller with a custom command.
Commands must be generated according to command formats defined in the documentation, that also lists the expected responses.
NB! When calling a command, the checksum must be omitted, since it is calculated automatically and appended to the command
CallLightingController
The direct command requires a command that will be sent to the lighting controller.
The direct command returns an OperationResult that indicates either success or failure, and the response from the operation.
Responses that start with "@00O" are succeeded. Responses that start with "@00N" are failed.
Last updated 4 months ago
Was this helpful?
{ "command": "@00M" }