Downlink command to get the LoRaWAN information, like device EUI, application EUI and activation method.
import * as getLorawanInfo from 'jooby-codec/obis-observer/commands/downlink/getLorawanInfo.js';const parameters = { requestId: 8};const bytes = getLorawanInfo.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[32, 1, 8] Copy
import * as getLorawanInfo from 'jooby-codec/obis-observer/commands/downlink/getLorawanInfo.js';const parameters = { requestId: 8};const bytes = getLorawanInfo.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[32, 1, 8]
Command format documentation
Downlink command to get the LoRaWAN information, like device EUI, application EUI and activation method.
Example
Command format documentation