jooby-codec
    Preparing search index...

    Namespace getMeterInfo

    Uplink command to get meter information.

    The corresponding downlink command: getMeterInfo.

    Supported in MTX1 and MTX3 (since 13.05.24.0.0.15) devices.

    import * as getMeterInfo from 'jooby-codec/mtx1/commands/uplink/getMeterInfo.js';

    // simple response
    const bytes = [0x00];

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

    console.log(parameters);
    // output:
    {ten: 0}

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes