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