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

Added new ecobee model names

This commit is contained in:
Jon Ziebell 2022-05-31 17:41:53 -04:00
parent bb8e618fc6
commit caa158f8e7

View File

@ -4,7 +4,7 @@
var beestat = {};
beestat.ecobee_thermostat_models = {
'apolloEms': 'apolloEms',
'apolloEms': 'ecobee4 EMS',
'apolloSmart': 'ecobee4',
'athenaEms': 'ecobee3 EMS',
'athenaSmart': 'ecobee3',
@ -15,7 +15,9 @@ beestat.ecobee_thermostat_models = {
'nikeSmart': 'ecobee3 lite',
'siEms': 'Smart Si EMS',
'siSmart': 'Smart Si',
'vulcanSmart': 'SmartThermostat'
'vulcanSmart': 'SmartThermostat',
'aresSmart': 'SmartThermostat',
'artemisSmart': 'SmartThermostat'
};
/**