jooby-codec
    Preparing search index...

    Downlink command to get the readout related state and statistic from the specific meter.

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

    const parameters = {
    requestId: 8,
    meterId: 3
    };

    const bytes = getMeterReadoutState.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    [129, 5, 8, 0, 0, 0, 3]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes