Archived
1
0

Remove bad symbol. Fixes #10

This commit is contained in:
James Stuckey Weber
2016-02-06 09:55:45 -05:00
parent f22eca020c
commit 79453f987e

View File

@@ -2,7 +2,7 @@
<html lang="en">
<?php
include('settings/globals.php');
$valid_thermostats = ["honeywell"];
if(in_array(THERMOSTAT_TYPE,$valid_thermostats)){
require('thermostats/'.THERMOSTAT_TYPE.'/scrape.php');
require('thermostats/'.THERMOSTAT_TYPE.'/logininfo.php');
@@ -44,7 +44,7 @@
yAxis: {
title: {
text: 'Temperature <20>'
text: 'Temperature'
},
labels: {
formatter: function () {