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