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