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