Downlink command to get the current mode (single or multi mode) of the observer device.
import * as getObserverSingleMode from 'jooby-codec/obis-observer/commands/downlink/getObserverSingleMode.js';const parameters = { requestId: 7};const bytes = getObserverSingleMode.toBytes(parameters);// command binary representationconsole.log(bytes);[13, 1, 7] Copy
import * as getObserverSingleMode from 'jooby-codec/obis-observer/commands/downlink/getObserverSingleMode.js';const parameters = { requestId: 7};const bytes = getObserverSingleMode.toBytes(parameters);// command binary representationconsole.log(bytes);[13, 1, 7]
Command format documentation
Downlink command to get the current mode (single or multi mode) of the observer device.
Example
Command format documentation