mirror of https://github.com/aredn/aredn.git
Add some missing antenna definitions for older Ubiquiti radios. (#1185)
* Add some missing antenna definitions for older Ubiquiti radios. * Fix copy/paste error (sigh...)
This commit is contained in:
parent
d4cfe9e9f2
commit
cf3ef93b53
|
@ -14,12 +14,22 @@
|
||||||
"gain": 13,
|
"gain": 13,
|
||||||
"beamwidth": 120
|
"beamwidth": 120
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"model": "AMY-9M16",
|
||||||
|
"description": "airMAX 900 MHz, 16 dBi 2x2 MIMO Yagi",
|
||||||
|
"gain": 16
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"model": "NB-OD9",
|
"model": "NB-OD9",
|
||||||
"description": "airMAX NanoBridge OD9 Offset Dish, 11 dBi",
|
"description": "airMAX NanoBridge OD9 Offset Dish, 11 dBi",
|
||||||
"gain": 11,
|
"gain": 11,
|
||||||
"beamwidth": 10
|
"beamwidth": 10
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"model": "AY9G18M2-PRO",
|
||||||
|
"description": "Altelix 900 MHz, 18 dBi Dual Polarized Yagi",
|
||||||
|
"gain": 18
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"model": "Generic-Omni",
|
"model": "Generic-Omni",
|
||||||
"description": "Generic Omni",
|
"description": "Generic Omni",
|
||||||
|
@ -84,6 +94,12 @@
|
||||||
"gain": 24,
|
"gain": 24,
|
||||||
"beamwidth": 6.6
|
"beamwidth": 6.6
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"model": "AR-HP",
|
||||||
|
"description": "airRouter HP 6 dBi Omni",
|
||||||
|
"gain": 6,
|
||||||
|
"beamwidth": 360
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"model": "UB24EWIFIDBI",
|
"model": "UB24EWIFIDBI",
|
||||||
"description": "KP Performance Antenna, 19 dBi 12° Dish",
|
"description": "KP Performance Antenna, 19 dBi 12° Dish",
|
||||||
|
|
|
@ -706,7 +706,12 @@
|
||||||
"0xe009": {
|
"0xe009": {
|
||||||
"name": "Ubiquiti NanoStation Loco M9",
|
"name": "Ubiquiti NanoStation Loco M9",
|
||||||
"maxpower": "22",
|
"maxpower": "22",
|
||||||
"pwroffset": "6"
|
"pwroffset": "6",
|
||||||
|
"antenna": {
|
||||||
|
"description": "8 dBi 60° Panel",
|
||||||
|
"gain": 8,
|
||||||
|
"beamwidth": 60
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0xe012": {
|
"0xe012": {
|
||||||
"name": "Ubiquiti NanoStation M2",
|
"name": "Ubiquiti NanoStation M2",
|
||||||
|
@ -721,7 +726,12 @@
|
||||||
"0xe035": {
|
"0xe035": {
|
||||||
"name": "Ubiquiti NanoStation M3",
|
"name": "Ubiquiti NanoStation M3",
|
||||||
"maxpower": "22",
|
"maxpower": "22",
|
||||||
"pwroffset": "3"
|
"pwroffset": "3",
|
||||||
|
"antenna": {
|
||||||
|
"description": "13 dBi 60° Panel",
|
||||||
|
"gain": 13,
|
||||||
|
"beamwidth": 60
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0xe0a2": {
|
"0xe0a2": {
|
||||||
"name": "Ubiquiti NanoStation Loco M2",
|
"name": "Ubiquiti NanoStation Loco M2",
|
||||||
|
@ -957,7 +967,8 @@
|
||||||
"0xe4b2": {
|
"0xe4b2": {
|
||||||
"name": "Ubiquiti AirRouter HP",
|
"name": "Ubiquiti AirRouter HP",
|
||||||
"maxpower": "19",
|
"maxpower": "19",
|
||||||
"pwroffset": "9"
|
"pwroffset": "9",
|
||||||
|
"antenna": "external"
|
||||||
},
|
},
|
||||||
"0xe4d5": {
|
"0xe4d5": {
|
||||||
"name": "Ubiquiti Rocket M5 Titanium",
|
"name": "Ubiquiti Rocket M5 Titanium",
|
||||||
|
|
Loading…
Reference in New Issue