jooby-codec
    Preparing search index...

    Namespace runTariffPlan

    Downlink command for instant activation of the passive tariff plan.

    Supported in MTX1 and MTX3 devices.

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

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

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes