jooby-codec
    Preparing search index...

    Downlink command to restart the device.

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

    const parameters = {
    requestId: 3
    };
    const bytes = reboot.toBytes(parameters);

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

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes