Command to run the update on the device. This command is part of update procedure.
import * as updateRun from 'jooby-codec/analog/commands/uplink/updateRun.js';// empty responseconst bytes = [];// decoded payloadconst parameters = updateRun.fromBytes(bytes);// this command doesn't have any parametersconsole.log(parameters);// output:{} Copy
import * as updateRun from 'jooby-codec/analog/commands/uplink/updateRun.js';// empty responseconst bytes = [];// decoded payloadconst parameters = updateRun.fromBytes(bytes);// this command doesn't have any parametersconsole.log(parameters);// output:{}
Command format documentation
Command to run the update on the device. This command is part of update procedure.
Example
Command format documentation