Files

9 lines
184 B
PHP
Raw Permalink Normal View History

<?php
$graph_type = "sensor_current";
$sensor_class = "current";
$sensor_unit = "A";
$sensor_type = "Current";
2019-04-11 23:26:42 -05:00
include('includes/html/pages/device/overview/generic/sensor.inc.php');