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:
Paul K3PGM 2024-04-29 11:56:18 -04:00 committed by GitHub
parent d4cfe9e9f2
commit cf3ef93b53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 30 additions and 3 deletions

View File

@ -14,12 +14,22 @@
"gain": 13,
"beamwidth": 120
},
{
"model": "AMY-9M16",
"description": "airMAX 900 MHz, 16 dBi 2x2 MIMO Yagi",
"gain": 16
},
{
"model": "NB-OD9",
"description": "airMAX NanoBridge OD9 Offset Dish, 11 dBi",
"gain": 11,
"beamwidth": 10
},
{
"model": "AY9G18M2-PRO",
"description": "Altelix 900 MHz, 18 dBi Dual Polarized Yagi",
"gain": 18
},
{
"model": "Generic-Omni",
"description": "Generic Omni",
@ -84,6 +94,12 @@
"gain": 24,
"beamwidth": 6.6
},
{
"model": "AR-HP",
"description": "airRouter HP 6 dBi Omni",
"gain": 6,
"beamwidth": 360
},
{
"model": "UB24EWIFIDBI",
"description": "KP Performance Antenna, 19 dBi 12° Dish",

View File

@ -706,7 +706,12 @@
"0xe009": {
"name": "Ubiquiti NanoStation Loco M9",
"maxpower": "22",
"pwroffset": "6"
"pwroffset": "6",
"antenna": {
"description": "8 dBi 60° Panel",
"gain": 8,
"beamwidth": 60
}
},
"0xe012": {
"name": "Ubiquiti NanoStation M2",
@ -721,7 +726,12 @@
"0xe035": {
"name": "Ubiquiti NanoStation M3",
"maxpower": "22",
"pwroffset": "3"
"pwroffset": "3",
"antenna": {
"description": "13 dBi 60° Panel",
"gain": 13,
"beamwidth": 60
}
},
"0xe0a2": {
"name": "Ubiquiti NanoStation Loco M2",
@ -957,7 +967,8 @@
"0xe4b2": {
"name": "Ubiquiti AirRouter HP",
"maxpower": "19",
"pwroffset": "9"
"pwroffset": "9",
"antenna": "external"
},
"0xe4d5": {
"name": "Ubiquiti Rocket M5 Titanium",