jooby-codec
    Preparing search index...

    Downlink command to get the meter profile related information.

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

    const parameters = {
    requestId: 3,
    meterProfileId: 4
    };

    const bytes = getMeterProfile.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    // output:
    [102, 2, 3, 4]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes