Command to verify the update image on the device. This command is part of update procedure.
import * as verifyImage from 'jooby-codec/analog/commands/uplink/verifyImage.js';// empty responseconst bytes = [0x01];// decoded payloadconst parameters = verifyImage.fromBytes(bytes);// this command doesn't have any parametersconsole.log(parameters);// output:{status: 1} Copy
import * as verifyImage from 'jooby-codec/analog/commands/uplink/verifyImage.js';// empty responseconst bytes = [0x01];// decoded payloadconst parameters = verifyImage.fromBytes(bytes);// this command doesn't have any parametersconsole.log(parameters);// output:{status: 1}
[https://github.com/jooby-dev/jooby-docs/blob/main/docs/analog/commands/VerifyImage.md#response)
Command to verify the update image on the device. This command is part of update procedure.
Example
[https://github.com/jooby-dev/jooby-docs/blob/main/docs/analog/commands/VerifyImage.md#response)