jooby-codec
    Preparing search index...

    Downlink command to remove specific meter device.

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

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

    // output command binary in hex representation
    console.log(bytes);
    // output
    [114, 5, 3, 0, 0, 0, 17]

    Command format documentation

    Interfaces

    IRemoveMeterParameters

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes