diff --git a/includes/polling/sensors.inc.php b/includes/polling/sensors.inc.php index 26a2ee36c..fd8367ce8 100644 --- a/includes/polling/sensors.inc.php +++ b/includes/polling/sensors.inc.php @@ -4,7 +4,10 @@ poll_sensor($device,'current','A'); poll_sensor($device,'frequency', 'Hz'); poll_sensor($device,'fanspeed', 'rpm'); poll_sensor($device,'humidity', '%'); -poll_sensor($device,'voltage', 'V'); +#poll_sensor($device,'voltage', 'V'); + +# FIXME voltages have other filenames +include('includes/polling/voltages.inc.php'); # FIXME also convert temperature, but there's some special code in there? include('includes/polling/temperatures.inc.php');