jooby-codec
    Preparing search index...

    Namespace getMeterInfo

    Downlink command to get meter information.

    Supported in MTX1 and MTX3 (since 13.05.24.0.0.15) devices.

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

    const bytes = getMeterInfo.toBytes();

    // command binary representation
    console.log(bytes);
    // output:
    [122, 0]

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes