Downlink command to get the Lorawan related state and statistic.
import * as getLorawanState from 'jooby-codec/obis-observer/commands/downlink/getLorawanState.js';const parameters = { requestId: 8};const bytes = getLorawanState.toBytes(parameters);// command binary representationconsole.log(bytes);[34, 1, 8] Copy
import * as getLorawanState from 'jooby-codec/obis-observer/commands/downlink/getLorawanState.js';const parameters = { requestId: 8};const bytes = getLorawanState.toBytes(parameters);// command binary representationconsole.log(bytes);[34, 1, 8]
Command format documentation
Downlink command to get the Lorawan related state and statistic.
Example
Command format documentation