Downlink command to get the OBIS id list for the specific meter profile.
import * as getObisIdList from 'jooby-codec/obis-observer/commands/downlink/getObisIdList.js';const parameters = { requestId: 3, meterProfileId: 5, index: 0};const bytes = getObisIdList.toBytes(parameters);// command binary representationconsole.log(bytes);[64, 3, 3, 5, 0] Copy
import * as getObisIdList from 'jooby-codec/obis-observer/commands/downlink/getObisIdList.js';const parameters = { requestId: 3, meterProfileId: 5, index: 0};const bytes = getObisIdList.toBytes(parameters);// command binary representationconsole.log(bytes);[64, 3, 3, 5, 0]
Command format documentation
Downlink command to get the OBIS id list for the specific meter profile.
Example
Command format documentation