Downlink command to get the information about observer, like name, software and hardware version.
import * as getObserverInfo from 'jooby-codec/obis-observer/commands/downlink/getObserverInfo.js';const parameters = { requestId: 7};const bytes = getObserverInfo.toBytes(parameters);// command binary representationconsole.log(bytes);[1, 1, 7] Copy
import * as getObserverInfo from 'jooby-codec/obis-observer/commands/downlink/getObserverInfo.js';const parameters = { requestId: 7};const bytes = getObserverInfo.toBytes(parameters);// command binary representationconsole.log(bytes);[1, 1, 7]
Command format documentation
Downlink command to get the information about observer, like name, software and hardware version.
Example
Command format documentation