Files

9 lines
181 B
PHP
Raw Permalink Normal View History

2017-12-13 03:27:10 +01:00
<?php
$graph_type = 'sensor_delay';
$sensor_class = 'delay';
$sensor_unit = 's';
$sensor_type = 'delay';
2019-04-11 23:26:42 -05:00
require 'includes/html/pages/device/overview/generic/sensor.inc.php';