CallLightingController
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

Method Name:
CallLightingController
Payload:
The direct command requires a command that will be sent to the lighting controller.
Return value
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
Was this helpful?