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