Downlink command to get the meter profile id and meter address for the specific meter.
import * as getMeterInfo from 'jooby-codec/obis-observer/commands/downlink/getMeterInfo.js';const parameters = { requestId: 8, meterId: 1};const bytes = getMeterInfo.toBytes(parameters);// command binary representationconsole.log(bytes);[120, 5, 8, 0, 0, 0, 1] Copy
import * as getMeterInfo from 'jooby-codec/obis-observer/commands/downlink/getMeterInfo.js';const parameters = { requestId: 8, meterId: 1};const bytes = getMeterInfo.toBytes(parameters);// command binary representationconsole.log(bytes);[120, 5, 8, 0, 0, 0, 1]
Command format documentation
Downlink command to get the meter profile id and meter address for the specific meter.
Example
Command format documentation