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