Uplink command to remove the specific meter profile.
import * as removeMeterProfile from 'jooby-codec/obis-observer/commands/uplink/removeMeterProfile.js';// response to removeMeterProfile downlink commandconst bytes = [0x07];// decoded payloadconst parameters = removeMeterProfile.fromBytes(bytes);console.log(parameters);// output:{ requestId: 7} Copy
import * as removeMeterProfile from 'jooby-codec/obis-observer/commands/uplink/removeMeterProfile.js';// response to removeMeterProfile downlink commandconst bytes = [0x07];// decoded payloadconst parameters = removeMeterProfile.fromBytes(bytes);console.log(parameters);// output:{ requestId: 7}
Command format documentation
Uplink command to remove the specific meter profile.
Example: create command instance from command body hex dump
Command format documentation