2010-06-23 15:54:56 +00:00
|
|
|
<?php
|
|
|
|
|
|
2020-09-21 15:40:17 +02:00
|
|
|
$class = 'humidity';
|
|
|
|
|
$unit = '%%';
|
2015-07-10 13:36:21 +02:00
|
|
|
$unit_long = 'Percent';
|
2010-06-23 15:54:56 +00:00
|
|
|
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/graphs/device/sensor.inc.php';
|