jooby-codec
    Preparing search index...

    Downlink command to remove the specific meter profile.

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

    const parameters = {
    requestId: 3,
    meterProfileId: 17
    };
    const bytes = removeMeterProfile.toBytes(parameters);

    // output command binary in hex representation
    console.log(bytes);
    // output
    [98, 2, 3, 17]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes