jooby-codec
    Preparing search index...

    Namespace getSaldoParameters

    Downlink command to get device current saldo parameters information.

    Supported in MTX1 and MTX3 devices.

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

    const bytes = getSaldoParameters.toBytes();

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes