jooby-codec
    Preparing search index...

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

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

    const parameters = {requestId: 33};
    const bytes = updateRun.toBytes(parameters);

    // output command binary in hex representation
    console.log(bytes);
    // output
    [52, 1, 33]

    Command format documentation

    examples
    headerSize
    id
    name
    fromBytes
    toBytes