Initial AVTECH Software, Inc. support.

This commit is contained in:
Tony Murray
2016-02-09 12:00:58 -06:00
parent f170a1ab77
commit f6e6263c59
15 changed files with 8877 additions and 0 deletions

View File

@@ -999,6 +999,13 @@ $config['os'][$os]['type'] = 'power';
$config['os'][$os]['over'][0]['graph'] = 'device_current';
$config['os'][$os]['over'][0]['text'] = 'Current';
$os = 'avtech';
$config['os'][$os]['text'] = 'Avtech Environment Sensor';
$config['os'][$os]['type'] = 'environment';
$config['os'][$os]['icon'] = 'avtech';
$config['os'][$os]['over'][0]['graph'] = 'device_temperature';
$config['os'][$os]['over'][0]['text'] = 'Temperature';
$os = 'netbotz';
$config['os'][$os]['text'] = 'Netbotz Environment sensor';
$config['os'][$os]['type'] = 'environment';