luci-app-statistics: Generate graphs for humidity sensors
[project/luci.git] / applications / luci-app-statistics / htdocs / luci-static / resources / view / statistics / plugins / sensors.js
index 8424966d2d30c6744069ac8cc6eb6b7f9c081bfc..a1a24726542e65c068d9742509bab44a4d6bd6bf 100644 (file)
@@ -8,6 +8,7 @@ var sensorTypes = [
        /^(?:ain|in|vccp|vdd|vid|vin|volt|voltbatt|vrm)[0-9]*$/,        'voltage',
        /^(?:cpu_temp|remote_temp|temp)[0-9]*$/,                                        'temperature',
        /^(?:fan)[0-9]*$/,                                                                                      'fanspeed',
+       /^(?:humidity)[0-9]*$/,                                                                         'humidity',
        /^(?:power)[0-9]*$/,                                                                            'power'
 ];