Downlink command to set the single or multi mode of the observer device.
import * as setObserverSingleMode from 'jooby-codec/obis-observer/commands/downlink/setObserverSingleMode.js';const parameters = { requestId: 3, singleMode: true};const bytes = setObserverSingleMode.toBytes(parameters);// output command binary in hex representationconsole.log(bytes);// output[11, 2, 3, 1] Copy
import * as setObserverSingleMode from 'jooby-codec/obis-observer/commands/downlink/setObserverSingleMode.js';const parameters = { requestId: 3, singleMode: true};const bytes = setObserverSingleMode.toBytes(parameters);// output command binary in hex representationconsole.log(bytes);// output[11, 2, 3, 1]
Command format documentation
Downlink command to set the single or multi mode of the observer device.
Example
Command format documentation