Downlink command to get the meter profile related information.
import * as getMeterProfile from 'jooby-codec/obis-observer/commands/downlink/getMeterProfile.js';const parameters = { requestId: 3, meterProfileId: 4};const bytes = getMeterProfile.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[102, 2, 3, 4] Copy
import * as getMeterProfile from 'jooby-codec/obis-observer/commands/downlink/getMeterProfile.js';const parameters = { requestId: 3, meterProfileId: 4};const bytes = getMeterProfile.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[102, 2, 3, 4]
Command format documentation
Downlink command to get the meter profile related information.
Example
Command format documentation