jooby-codec
    Preparing search index...

    Namespace getExtendedCurrentValues

    Uplink command to get extended current values like temperature and frequency.

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

    // simple response
    const bytes = [0x00, 0x43, 0x00, 0x3c];

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

    console.log(parameters);
    // output:
    {
    temperature: 67,
    frequency: 60
    }

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes
    toJson