jooby-codec
    Preparing search index...

    Namespace getOperatorParameters

    Downlink command to get device operator parameters.

    Supported in MTX1 and MTX3 devices.

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

    const bytes = getOperatorParameters.toBytes();

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes