jooby-codec
    Preparing search index...

    Downlink command to get the current mode (single or multi mode) of the observer device.

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

    const parameters = {
    requestId: 7
    };

    const bytes = getObserverSingleMode.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    [13, 1, 7]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes