Downlink command to prepare device for rate plan application.
Supported in MTX1 and MTX3 devices.
import * as prepareRatePlan from 'jooby-codec/mtx1/commands/downlink/prepareRatePlan.js';const parameters = { tariffTable: 0, id: 987654321};const bytes = prepareRatePlan.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[20, 5, 0, 58, 222, 104, 177] Copy
import * as prepareRatePlan from 'jooby-codec/mtx1/commands/downlink/prepareRatePlan.js';const parameters = { tariffTable: 0, id: 987654321};const bytes = prepareRatePlan.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[20, 5, 0, 58, 222, 104, 177]
Command format documentation
Downlink command to prepare device for rate plan application.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation