Files

9 lines
181 B
PHP
Raw Permalink Normal View History

2015-06-24 16:53:10 +01:00
<?php
2015-07-13 20:10:26 +02:00
$graph_type = 'sensor_state';
$sensor_class = 'state';
$sensor_unit = '#';
$sensor_type = 'State';
2015-06-24 16:53:10 +01:00
2019-04-11 23:26:42 -05:00
require 'includes/html/pages/device/overview/generic/sensor.inc.php';