mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Added basic Ubiquiti support
This commit is contained in:
@@ -580,6 +580,11 @@ $config['os'][$os]['text'] = "D-Link Access Point";
|
||||
$config['os'][$os]['type'] = "wireless";
|
||||
$config['os'][$os]['icon'] = "dlink";
|
||||
|
||||
$os = "ubiquitiap";
|
||||
$config['os'][$os]['text'] = "Ubiquiti Networks Wireless";
|
||||
$config['os'][$os]['type'] = "wireless";
|
||||
$config['os'][$os]['icon'] = "ubiquiti";
|
||||
|
||||
$os = "axiscam";
|
||||
$config['os'][$os]['text'] = "AXIS Network Camera";
|
||||
$config['os'][$os]['icon'] = "axis";
|
||||
|
||||
Reference in New Issue
Block a user