Added basic Ubiquiti support

This commit is contained in:
laf
2015-03-25 16:33:05 +00:00
parent 0cd8b17d37
commit 4a2e6a4375
4 changed files with 24 additions and 0 deletions
+5
View File
@@ -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";