Downlink command to get the readout related state and statistic from the specific meter.
import * as getMeterReadoutState from 'jooby-codec/obis-observer/commands/downlink/getMeterReadoutState.js';const parameters = { requestId: 8, meterId: 3};const bytes = getMeterReadoutState.toBytes(parameters);// command binary representationconsole.log(bytes);[129, 5, 8, 0, 0, 0, 3] Copy
import * as getMeterReadoutState from 'jooby-codec/obis-observer/commands/downlink/getMeterReadoutState.js';const parameters = { requestId: 8, meterId: 3};const bytes = getMeterReadoutState.toBytes(parameters);// command binary representationconsole.log(bytes);[129, 5, 8, 0, 0, 0, 3]
Command format documentation
Downlink command to get the readout related state and statistic from the specific meter.
Example
Command format documentation