Create runtime.inc.php

This commit is contained in:
boudreau
2016-09-19 11:00:15 -04:00
committed by GitHub
parent 7a0085d410
commit 4bd0e75b18

View File

@@ -0,0 +1,5 @@
<?php
$class = 'runtime';
$unit = 'Min';
$graph_type = 'sensor_runtime';
require 'sensors.inc.php';