Create runtime.inc.php

This commit is contained in:
boudreau
2016-09-19 11:02:15 -04:00
committed by GitHub
parent a9a2e7e742
commit ae9d36175b

View File

@@ -0,0 +1,6 @@
<?php
$graph_type = 'sensor_runtime';
$sensor_class = 'runtime';
$sensor_unit = 'Min';
$sensor_type = 'Runtime';
require 'pages/device/overview/generic/sensor.inc.php';