Downlink command to get the shutdown thresholds for negative active power (A-).
A-
Supported in MTX1 and MTX3 (since 26.05.21.0.0.5) devices.
26.05.21.0.0.5
import * as getOperatorParametersExtended3 from 'jooby-codec/mtx1/commands/downlink/getOperatorParametersExtended3.js';const bytes = getOperatorParametersExtended3.toBytes();// command binary representationconsole.log(bytes);// output:[113, 0] Copy
import * as getOperatorParametersExtended3 from 'jooby-codec/mtx1/commands/downlink/getOperatorParametersExtended3.js';const bytes = getOperatorParametersExtended3.toBytes();// command binary representationconsole.log(bytes);// output:[113, 0]
Command format documentation
Downlink command to get the shutdown thresholds for negative active power (
A-
).Supported in MTX1 and MTX3 (since
26.05.21.0.0.5
) devices.Example
Command format documentation