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