Command for software restart.
A device restarts in ~30 seconds with new LoRaWAN parameters.
import * as softRestart from 'jooby-codec/analog/commands/downlink/softRestart.js';const bytes = softRestart.toBytes();// command binary representationconsole.log(bytes);// output:[25, 0] Copy
import * as softRestart from 'jooby-codec/analog/commands/downlink/softRestart.js';const bytes = softRestart.toBytes();// command binary representationconsole.log(bytes);// output:[25, 0]
Command format documentation
Command for software restart.
A device restarts in ~30 seconds with new LoRaWAN parameters.
Example
Command format documentation