splitting up the LoRaWAN Connector into normal and bridge(special converter hardware) mode
This commit is contained in:
parent
949a752493
commit
91226efa79
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
const Connector = require("./Connector")
|
||||
|
||||
class LoRaWANConnector extends Connector {
|
||||
// this is optimized for only receiving LoRa uplink Messages (from Birdy Pagers)
|
||||
|
||||
constructor (amqpConnMngr) {
|
||||
super(amqpConnMngr)
|
||||
this.name = "lorawan"
|
||||
|
|
Loading…
Add table
Reference in a new issue