jooby-codec
    Preparing search index...

    Downlink command to get the OBIS code content from the specific metering device.

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

    const parameters = {
    requestId: 121,
    meterId: 4,
    obisId: 50
    };

    const bytes = getObisContentById.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    [80, 6, 121, 0, 0, 0, 4, 50]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes