Downlink command to get device operator parameters.
Supported in MTX1 and MTX3 devices.
import * as getOperatorParameters from 'jooby-codec/mtx1/commands/downlink/getOperatorParameters.js';const bytes = getOperatorParameters.toBytes();// command binary representationconsole.log(bytes);// output:[30, 0] Copy
import * as getOperatorParameters from 'jooby-codec/mtx1/commands/downlink/getOperatorParameters.js';const bytes = getOperatorParameters.toBytes();// command binary representationconsole.log(bytes);// output:[30, 0]
Command format documentation
Downlink command to get device operator parameters.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation