Files

7 lines
187 B
PHP
Raw Permalink Normal View History

2016-09-19 11:02:15 -04:00
<?php
$graph_type = 'sensor_runtime';
$sensor_class = 'runtime';
$sensor_unit = 'Min';
$sensor_type = 'Runtime';
2019-04-11 23:26:42 -05:00
require 'includes/html/pages/device/overview/generic/sensor.inc.php';