Files
librenms-librenms/includes/html/graphs/device/cooling.inc.php
T

8 lines
121 B
PHP
Raw Normal View History

<?php
$class = 'cooling';
$unit = '';
$unit_long = 'W';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/device/sensor.inc.php';