mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-19 16:12:14 +02:00
10 lines
104 B
PHP
10 lines
104 B
PHP
<?php
|
|
|
|
$class = "charge";
|
|
$unit = "%";
|
|
$graph_type = "sensor_charge";
|
|
|
|
include("sensors.inc.php");
|
|
|
|
?>
|