Downlink command to remove the specific meter profile.
import * as removeMeterProfile from 'jooby-codec/obis-observer/commands/downlink/removeMeterProfile.js';const parameters = { requestId: 3, meterProfileId: 17};const bytes = removeMeterProfile.toBytes(parameters);// output command binary in hex representationconsole.log(bytes);// output[98, 2, 3, 17] Copy
import * as removeMeterProfile from 'jooby-codec/obis-observer/commands/downlink/removeMeterProfile.js';const parameters = { requestId: 3, meterProfileId: 17};const bytes = removeMeterProfile.toBytes(parameters);// output command binary in hex representationconsole.log(bytes);// output[98, 2, 3, 17]
Command format documentation
Downlink command to remove the specific meter profile.
Example
Command format documentation