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 representationconsole.log(bytes);// output:[70, 1, 5] Copy
import * as runTariffPlan from 'jooby-codec/mtx1/commands/downlink/runTariffPlan.js';const parameters = { tariffTable: 5};const bytes = runTariffPlan.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[70, 1, 5]
Command format documentation
Downlink command for instant activation of the passive tariff plan.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation