Downlink command to get the OBIS code content from the specific metering device.
import * as getObisContentById from 'jooby-codec/obis-observer/commands/downlink/getObisContentById.js';const parameters = { requestId: 121, meterId: 4, obisId: 50};const bytes = getObisContentById.toBytes(parameters);// command binary representationconsole.log(bytes);[80, 6, 121, 0, 0, 0, 4, 50] Copy
import * as getObisContentById from 'jooby-codec/obis-observer/commands/downlink/getObisContentById.js';const parameters = { requestId: 121, meterId: 4, obisId: 50};const bytes = getObisContentById.toBytes(parameters);// command binary representationconsole.log(bytes);[80, 6, 121, 0, 0, 0, 4, 50]
Command format documentation
Downlink command to get the OBIS code content from the specific metering device.
Example
Command format documentation