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