Uplink command for instant activation of the passive tariff plan.
The corresponding downlink command: runTariffPlan.
runTariffPlan
Supported in MTX1 and MTX3 devices.
import * as runTariffPlan from 'jooby-codec/mtx1/commands/uplink/runTariffPlan.js';// empty responseconst bytes = [];// decoded payloadconst parameters = runTariffPlan.fromBytes(bytes);console.log(parameters);// output:{} Copy
import * as runTariffPlan from 'jooby-codec/mtx1/commands/uplink/runTariffPlan.js';// empty responseconst bytes = [];// decoded payloadconst parameters = runTariffPlan.fromBytes(bytes);console.log(parameters);// output:{}
Command format documentation
Uplink command for instant activation of the passive tariff plan.
The corresponding downlink command:
runTariffPlan
.Supported in MTX1 and MTX3 devices.
Example: create command instance from command body hex dump
Command format documentation