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