jooby-codec
    Preparing search index...

    Uplink command to write the block of the new image to the device. This command is part of update procedure.

    import * as updateImageWrite from 'jooby-codec/obis-observer/commands/uplink/updateImageWrite.js';

    // response to updateImageWrite downlink command
    const bytes = [0x21];

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

    console.log(parameters);
    // output:
    {
    requestId: 33
    }

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes