Files
librenms-librenms/includes/html/graphs/device/waterflow.inc.php
2020-09-21 15:40:17 +02:00

8 lines
132 B
PHP

<?php
$class = 'waterflow';
$unit = 'l/m';
$unit_long = 'Liter Per Minute';
require 'includes/html/graphs/device/sensor.inc.php';