Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
121 B
PHP
Raw Permalink Normal View History

<?php
$class = 'humidity';
$unit = '%%';
$unit_long = 'Percent';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/device/sensor.inc.php';