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