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/uplink/updateRun.js';

    // empty response
    const bytes = [];

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

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

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes