jooby-codec
    Preparing search index...

    Namespace getCurrentValues

    Downlink command to get current values like voltage, power, etc.

    Supported in MTX1 and MTX3 devices.

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

    const bytes = getCurrentValues.toBytes();

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes