Added load as a new category

This commit is contained in:
laf
2015-04-30 19:04:19 +01:00
parent 496c8d611f
commit 9f9a7a8602
5 changed files with 62 additions and 2 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ $supported_sensors = array('current' => 'A',
'voltage' => 'V',
'temperature' => 'C',
'dbm' => 'dBm',
'charge' => '%');
'charge' => '%',
'load' => '%'
);
foreach ($supported_sensors as $sensor_type => $sensor_unit)
{