Uplink command to set the shutdown thresholds for negative active power (A-).
A-
The corresponding downlink command: setOperatorParametersExtended3.
setOperatorParametersExtended3
Supported in MTX1 and MTX3 (since 26.05.21.0.0.5) devices.
import * as setOperatorParametersExtended3 from 'jooby-codec/mtx1/commands/uplink/setOperatorParametersExtended3.js';// empty responseconst bytes = [];// decoded payloadconst parameters = setOperatorParametersExtended3.fromBytes(bytes);console.log(parameters);// output:{} Copy
import * as setOperatorParametersExtended3 from 'jooby-codec/mtx1/commands/uplink/setOperatorParametersExtended3.js';// empty responseconst bytes = [];// decoded payloadconst parameters = setOperatorParametersExtended3.fromBytes(bytes);console.log(parameters);// output:{}
Command format documentation
Uplink command to set the shutdown thresholds for negative active power (
A-
).The corresponding downlink command:
setOperatorParametersExtended3
.Supported in MTX1 and MTX3 (since 26.05.21.0.0.5) devices.
Example: create command instance from command body hex dump
Command format documentation