Downlink command to get GSM module parameters.
Supported in MTX1 and MTX3 devices.
import * as getGsmParameters from 'jooby-codec/mtx1/commands/downlink/getGsmParameters.js';const parameters = { blockIndex: 1};const bytes = getDayMaxDemand.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[97, 1, 1] Copy
import * as getGsmParameters from 'jooby-codec/mtx1/commands/downlink/getGsmParameters.js';const parameters = { blockIndex: 1};const bytes = getDayMaxDemand.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[97, 1, 1]
Command format documentation
Downlink command to get GSM module parameters.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation