Uplink command to provide the date and parameters of tariff plan activation.
Supported in MTX1 and MTX3 devices.
import * as activateRatePlan from 'jooby-codec/mtx1/commands/uplink/activateRatePlan.js';// empty responseconst bytes = [];// decoded payloadconst parameters = activateRatePlan.fromBytes(bytes);// this command doesn't have any parametersconsole.log(parameters);// output:{} Copy
import * as activateRatePlan from 'jooby-codec/mtx1/commands/uplink/activateRatePlan.js';// empty responseconst bytes = [];// decoded payloadconst parameters = activateRatePlan.fromBytes(bytes);// this command doesn't have any parametersconsole.log(parameters);// output:{}
Command format documentation
Uplink command to provide the date and parameters of tariff plan activation.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation