Command for software restart.
import * as softRestart from 'jooby-codec/analog/commands/uplink/softRestart.js';// empty responseconst bytes = [];// decoded payloadconst parameters = softRestart.fromBytes(bytes);// this command doesn't have any parametersconsole.log(parameters);// output:undefined Copy
import * as softRestart from 'jooby-codec/analog/commands/uplink/softRestart.js';// empty responseconst bytes = [];// decoded payloadconst parameters = softRestart.fromBytes(bytes);// this command doesn't have any parametersconsole.log(parameters);// output:undefined
Command format documentation
Command for software restart.
Example
Command format documentation