jooby-codec
    Preparing search index...

    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 representation
    console.log(bytes);
    // output:
    [31, 43, 0]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes