Downlink command to get the information for the specific OBIS ID and meter profile.
import * as getObisInfo from 'jooby-codec/obis-observer/commands/downlink/getObisInfo.js';const parameters = { requestId: 3, meterProfileId: 7, obisId: 44};const bytes = getObisInfo.toBytes(parameters);// command binary representationconsole.log(bytes);[70, 3, 3, 7, 44] Copy
import * as getObisInfo from 'jooby-codec/obis-observer/commands/downlink/getObisInfo.js';const parameters = { requestId: 3, meterProfileId: 7, obisId: 44};const bytes = getObisInfo.toBytes(parameters);// command binary representationconsole.log(bytes);[70, 3, 3, 7, 44]
Command format documentation
Downlink command to get the information for the specific OBIS ID and meter profile.
Example
Command format documentation