2017-12-13 03:27:10 +01:00
|
|
|
<?php
|
|
|
|
|
|
2020-09-21 15:40:17 +02:00
|
|
|
$class = 'er';
|
|
|
|
|
$unit = '';
|
2017-12-13 03:27:10 +01:00
|
|
|
$unit_long = '';
|
|
|
|
|
|
2020-09-21 15:59:34 +02:00
|
|
|
$rrd_options .= ' -o';
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/graphs/device/sensor.inc.php';
|