jooby-codec
    Preparing search index...

    Downlink command to get the OBIS id list for the specific meter profile.

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

    const parameters = {
    requestId: 3,
    meterProfileId: 5,
    index: 0
    };

    const bytes = getObisIdList.toBytes(parameters);

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

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes