mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-17 08:03:36 +02:00
9 lines
190 B
PHP
9 lines
190 B
PHP
<?php
|
|
|
|
$graph_type = 'sensor_temperature';
|
|
$sensor_class = 'temperature';
|
|
$sensor_unit = '°C';
|
|
$sensor_type = 'Temperature';
|
|
|
|
require 'pages/device/overview/generic/sensor.inc.php';
|