jooby-codec
    Preparing search index...

    Downlink command to get device current saldo information.

    Supported in MTX1 and MTX3 devices.

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

    const bytes = getSaldo.toBytes();

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes