jooby-codec
    Preparing search index...

    Namespace getGsmParameters

    Downlink command to get GSM module parameters.

    Supported in MTX1 and MTX3 devices.

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

    const parameters = {
    blockIndex: 1
    };

    const bytes = getDayMaxDemand.toBytes(parameters);

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes