jooby-codec
    Preparing search index...

    Namespace verifyImage

    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 response
    const bytes = [0x01];

    // decoded payload
    const parameters = verifyImage.fromBytes(bytes);

    // this command doesn't have any parameters
    console.log(parameters);
    // output:
    {status: 1}

    [https://github.com/jooby-dev/jooby-docs/blob/main/docs/analog/commands/VerifyImage.md#response)

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes