From f22eca020c86cbfebfadd28794c2aba9da142576 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Sat, 6 Feb 2016 09:21:40 -0500 Subject: [PATCH] Fix typo --- settings/globals.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/globals.php.example b/settings/globals.php.example index 595d582..a0a816c 100644 --- a/settings/globals.php.example +++ b/settings/globals.php.example @@ -5,7 +5,7 @@ define('DB_USER', 'user'); // sql database user define('DB_PASSWORD', 'pw'); // guess what // THERMOSTAT_TYPE needs to match the directory name of the thermostat plugin you are using. -define('THERMOSTAT_TYPE','honeywell'); // only honeywell supported at this poing +define('THERMOSTAT_TYPE','honeywell'); // only honeywell supported at this point $valid_thermostats = ["honeywell"]; // this should really be somewhere else but here it works right now ?> \ No newline at end of file