Uplink command to restart the device.
import * as reboot from 'jooby-codec/obis-observer/commands/uplink/reboot.js';// response to reboot downlink commandconst bytes = [0x07];// decoded payloadconst parameters = reboot.fromBytes(bytes);console.log(parameters);// output:{ requestId: 7} Copy
import * as reboot from 'jooby-codec/obis-observer/commands/uplink/reboot.js';// response to reboot downlink commandconst bytes = [0x07];// decoded payloadconst parameters = reboot.fromBytes(bytes);console.log(parameters);// output:{ requestId: 7}
Command format documentation
Uplink command to restart the device.
Example: create command instance from command body hex dump
Command format documentation