jooby-codec
    Preparing search index...

    Downlink command to remove the specific OBIS from service.

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

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

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

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes