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