jooby-codec
    Preparing search index...

    Downlink command to get the information for the specific OBIS ID and meter profile.

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

    const parameters = {
    requestId: 3,
    meterProfileId: 7,
    obisId: 44
    };

    const bytes = getObisInfo.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    [70, 3, 3, 7, 44]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes