Archived
1
0

Allow for thermostat type to be pluggable

This commit is contained in:
James Stuckey Weber
2015-03-22 14:17:24 -04:00
parent a130a4d24d
commit f146e5b9b9
4 changed files with 208 additions and 222 deletions

View File

@@ -3,4 +3,7 @@ define('DB_HOST','');
define('DB_NAME', '');
define('DB_USER', '');
define('DB_PASSWORD', '');
// THERMOSTAT_TYPE needs to match the directory name of the thermostat plugin you are using.
define('THERMOSTAT_TYPE','');
?>