Command to run the update on the device. This command is part of update procedure.
import * as updateRun from 'jooby-codec/analog/commands/downlink/updateRun.js';const bytes = updateRun.toBytes();// command binary representationconsole.log(bytes);// output:[31, 44, 0] Copy
import * as updateRun from 'jooby-codec/analog/commands/downlink/updateRun.js';const bytes = updateRun.toBytes();// command binary representationconsole.log(bytes);// output:[31, 44, 0]
Command format documentation
Command to run the update on the device. This command is part of update procedure.
Example
Command format documentation