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