jooby-codec
    Preparing search index...

    Command to run the update on the device. This command is part of update procedure.

    import * as updateRun from 'jooby-codec/analog/commands/downlink/updateRun.js';

    const bytes = updateRun.toBytes();

    // command binary representation
    console.log(bytes);
    // output:
    [31, 44, 0]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes