jooby-codec
    Preparing search index...

    Uplink command to restart the device.

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

    // response to reboot downlink command
    const bytes = [0x07];

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

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

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes