Files

9 lines
187 B
PHP
Raw Permalink Normal View History

<?php
$graph_type = 'sensor_cooling';
$sensor_class = 'cooling';
$sensor_unit = 'W';
$sensor_type = 'Cooling';
2019-04-11 23:26:42 -05:00
require 'includes/html/pages/device/overview/generic/sensor.inc.php';