Downlink command to get the list of meters id.
import * as getMeterIdList from 'jooby-codec/obis-observer/commands/downlink/getMeterIdList.js';const parameters = { requestId: 8, index: 3};const bytes = getMeterIdList.toBytes(parameters);// command binary representationconsole.log(bytes);[116, 2, 8, 3] Copy
import * as getMeterIdList from 'jooby-codec/obis-observer/commands/downlink/getMeterIdList.js';const parameters = { requestId: 8, index: 3};const bytes = getMeterIdList.toBytes(parameters);// command binary representationconsole.log(bytes);[116, 2, 8, 3]
Command format documentation
Downlink command to get the list of meters id.
Example
Command format documentation