A device command event value.

Hierarchy

  • LibertasEventCmd

Properties

Properties

Cluster ID

Command ID.

i: boolean

true if it's incoming

req: boolean

true if the command is a request. Note for outgoing request, it must be paired with a response or standard status

o?: number

Originator node. Opadue number, internal reporesentation of the originator node. Only valid for virtual devices, which may have multiple bindings.

q?: number

Message sequence number. This is an internal opaque reporesentation of the actual sequence number. The sequence number is used in Libertas_DeviceCommandRsp or Libertas_DeviceCommandDefaultRsp. Note if this value is undefined, the command shaould have already been acknowledged with default ACK by the app framework.

A response command of this request. For an outgoing client request, either 's' or 'rsp' shall be present.

Default ack status. For an outgoing client request, either 's' or 'rsp' shall be present.

Command arguments, may be empty (nil)

Generated using TypeDoc