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

8 lines
123 B
PHP
Raw Normal View History

2015-05-19 01:04:17 +01:00
<?php
2015-07-13 20:10:26 +02:00
$class = 'state';
$unit = '';
$unit_long = 'State';
2015-05-19 01:04:17 +01:00
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/device/sensor.inc.php';