jooby-codec
    Preparing search index...

    Namespace getRatePlanInfo

    Downlink command to get device rate plan information.

    Supported in MTX1 and MTX3 devices.

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

    const parameters = {
    tariffTable: 5
    };
    const bytes = getRatePlanInfo.toBytes(parameters);

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes