Downlink command to get device status events.
Supported in MTX1 and MTX3 devices.
import * as getEventStatus from 'jooby-codec/mtx1/commands/downlink/getEventStatus.js';const bytes = getEventStatus.toBytes();// command binary representationconsole.log(bytes);// output:[1, 0] Copy
import * as getEventStatus from 'jooby-codec/mtx1/commands/downlink/getEventStatus.js';const bytes = getEventStatus.toBytes();// command binary representationconsole.log(bytes);// output:[1, 0]
Command format documentation
Downlink command to get device status events.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation