Files
librenms-librenms/includes/html/graphs/device/temperature.inc.php
2020-09-21 15:59:34 +02:00

10 lines
157 B
PHP

<?php
$rrd_options = ' --alt-y-grid';
$class = 'temperature';
$unit = 'C';
$unit_long = 'Degree C';
require 'includes/html/graphs/device/sensor.inc.php';