jooby-codec
    Preparing search index...

    Downlink command to get the list of the meter profile id.

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

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

    const bytes = getMeterProfileIdList.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    [100, 2, 8, 3]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes