mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-18 16:02:08 +02:00
9 lines
178 B
PHP
9 lines
178 B
PHP
<?php
|
|
|
|
$graph_type = 'sensor_charge';
|
|
$sensor_class = 'charge';
|
|
$sensor_unit = '%';
|
|
$sensor_type = 'Battery Charge';
|
|
|
|
require 'pages/device/overview/generic/sensor.inc.php';
|