1
0
mirror of https://github.com/beestat/app.git synced 2025-05-23 18:04:14 -04:00

Added new thermostat type

This commit is contained in:
Jon Ziebell 2025-05-18 06:11:35 -04:00
parent 8ab3931f2e
commit e9d6f9a291

View File

@ -15,9 +15,11 @@ beestat.ecobee_thermostat_models = {
'nikeSmart': 'ecobee3 lite',
'siEms': 'Smart Si EMS',
'siSmart': 'Smart Si',
'vulcanSmart': 'SmartThermostat',
'aresSmart': 'SmartThermostat Premium',
'artemisSmart': 'SmartThermostat Enhanced'
'vulcanSmart': 'Smart Thermostat',
'aresSmart': 'Smart Thermostat Premium',
'artemisSmart': 'Smart Thermostat Enhanced',
'attisPro': 'Smart Thermostat Lite',
'attisRetail': 'Smart Thermostat Essential'
};
/**