jooby-codec
    Preparing search index...

    Namespace getMeterIdList

    Downlink command to get the list of meters id.

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

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

    const bytes = getMeterIdList.toBytes(parameters);

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

    Command format documentation

    examples
    headerSize
    id
    name
    fromBytes
    toBytes