Downlink command to restart the device.
import * as reboot from 'jooby-codec/obis-observer/commands/downlink/reboot.js';const parameters = { requestId: 3};const bytes = reboot.toBytes(parameters);// output command binary in hex representationconsole.log(bytes);// output[38, 1, 3] Copy
import * as reboot from 'jooby-codec/obis-observer/commands/downlink/reboot.js';const parameters = { requestId: 3};const bytes = reboot.toBytes(parameters);// output command binary in hex representationconsole.log(bytes);// output[38, 1, 3]
Command format documentation
Downlink command to restart the device.
Example
Command format documentation