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