Downlink command to write the block of the new image to the device. This command is part of update procedure.
import * as updateRun from 'jooby-codec/obis-observer/commands/downlink/updateRun.js';const parameters = { requestId: 33};const bytes = updateRun.toBytes(parameters);// output command binary in hex representationconsole.log(bytes);// output[52, 1, 33] Copy
import * as updateRun from 'jooby-codec/obis-observer/commands/downlink/updateRun.js';const parameters = { requestId: 33};const bytes = updateRun.toBytes(parameters);// output command binary in hex representationconsole.log(bytes);// output[52, 1, 33]
Command format documentation
Downlink command to write the block of the new image to the device. This command is part of update procedure.
Example
Command format documentation