Command to get LMiC (IBM LoRaWAN in C) information.
import * as getLmicInfo from 'jooby-codec/analog/commands/downlink/getLmicInfo.js';const bytes = getLmicInfo.toBytes();// command binary representationconsole.log(bytes);// output:[31, 2, 0] Copy
import * as getLmicInfo from 'jooby-codec/analog/commands/downlink/getLmicInfo.js';const bytes = getLmicInfo.toBytes();// command binary representationconsole.log(bytes);// output:[31, 2, 0]
Command format documentation
Command to get LMiC (IBM LoRaWAN in C) information.
Example
Command format documentation