Downlink command to get device rate plan information.
Supported in MTX1 and MTX3 devices.
import * as getRatePlanInfo from 'jooby-codec/mtx1/commands/downlink/getRatePlanInfo.js';const parameters = { tariffTable: 5};const bytes = getRatePlanInfo.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[44, 1, 5] Copy
import * as getRatePlanInfo from 'jooby-codec/mtx1/commands/downlink/getRatePlanInfo.js';const parameters = { tariffTable: 5};const bytes = getRatePlanInfo.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[44, 1, 5]
Command format documentation
Downlink command to get device rate plan information.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation