Time correction command.
It is used when the time difference is more than 127 seconds. A device should apply it immediately.
127
import * as setTime2000 from 'jooby-codec/analog/commands/uplink/setTime2000.js';// success responseconst bytes = [0x01];// decoded payloadconst parameters = setTime2000.fromBytes(bytes);console.log(parameters);// output:{status: 1} Copy
import * as setTime2000 from 'jooby-codec/analog/commands/uplink/setTime2000.js';// success responseconst bytes = [0x01];// decoded payloadconst parameters = setTime2000.fromBytes(bytes);console.log(parameters);// output:{status: 1}
Command format documentation
Time correction command.
It is used when the time difference is more than
127
seconds. A device should apply it immediately.Example: create command instance from command body hex dump
Command format documentation