Allow for thermostat type to be pluggable
This commit is contained in:
@@ -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','');
|
||||
?>
|
||||
@@ -1,6 +0,0 @@
|
||||
<?php
|
||||
//Total Connect info
|
||||
$username="";
|
||||
$password="";
|
||||
$device_number = "";
|
||||
?>
|
||||
Reference in New Issue
Block a user