Downlink command to get current values like voltage, power, etc.
Supported in MTX1 and MTX3 devices.
import * as getCurrentValues from 'jooby-codec/mtx1/commands/downlink/getCurrentValues.js';const bytes = getCurrentValues.toBytes();// command binary representationconsole.log(bytes);// output:[13, 0] Copy
import * as getCurrentValues from 'jooby-codec/mtx1/commands/downlink/getCurrentValues.js';const bytes = getCurrentValues.toBytes();// command binary representationconsole.log(bytes);// output:[13, 0]
Command format documentation
Downlink command to get current values like voltage, power, etc.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation