jooby-codec
    Preparing search index...

    Uplink command to set the OBIS ID and OBIS profile for the specific OBIS code and meter profile.

    import * as setupObis from 'jooby-codec/obis-observer/commands/uplink/setupObis.js';

    // response to setupObis downlink command
    const bytes = [0x02];

    // decoded payload
    const parameters = setupObis.fromBytes(bytes);

    console.log(parameters);
    // output:
    {
    requestId: 2
    }

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes