Files

8 lines
115 B
PHP
Raw Permalink Normal View History

<?php
2020-09-21 15:40:17 +02:00
$class = 'power';
$unit = 'W';
$unit_long = 'Watts';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/device/sensor.inc.php';