Uplink command to set full date and time on the meter.
The corresponding downlink command: setDateTime.
setDateTime
Supported in MTX1 and MTX3 devices.
import * as setDateTime from 'jooby-codec/mtx1/commands/uplink/setDateTime.js';// empty responseconst bytes = [];// decoded payloadconst parameters = setDateTime.fromBytes(bytes);// this command doesn't have any parametersconsole.log(parameters);// output:{} Copy
import * as setDateTime from 'jooby-codec/mtx1/commands/uplink/setDateTime.js';// empty responseconst bytes = [];// decoded payloadconst parameters = setDateTime.fromBytes(bytes);// this command doesn't have any parametersconsole.log(parameters);// output:{}
Command format documentation
Uplink command to set full date and time on the meter.
The corresponding downlink command:
setDateTime
.Supported in MTX1 and MTX3 devices.
Example
Command format documentation