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