Files
FTBZandNeil Lathwood c80f9726c8 feature: Added new EER and Water Flow Rate sensors (#8104)
* Add new EER sensor

* remove bad RRD option

* add waterflow sensor

* add test data result

* added test json data
2018-01-18 20:50:19 +00:00

9 lines
180 B
PHP

<?php
$graph_type = 'sensor_eer';
$sensor_class = 'eer';
$sensor_unit = '';
$sensor_type = 'Energy Efficiency Ratio';
require 'pages/device/overview/generic/sensor.inc.php';