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