jooby-codec
    Preparing search index...

    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 representation
    console.log(bytes);
    // output
    [50, 1, 33]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes