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