2019-01-20 19:24:11 +01:00
|
|
|
<?php
|
|
|
|
|
|
2020-09-21 15:40:17 +02:00
|
|
|
$class = 'power_factor';
|
|
|
|
|
$unit = '';
|
2019-01-20 19:24:11 +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';
|