mirror of
https://github.com/beestat/app.git
synced 2025-05-31 20:26:32 -04:00
Added new ecobee model names
This commit is contained in:
parent
bb8e618fc6
commit
caa158f8e7
@ -4,7 +4,7 @@
|
|||||||
var beestat = {};
|
var beestat = {};
|
||||||
|
|
||||||
beestat.ecobee_thermostat_models = {
|
beestat.ecobee_thermostat_models = {
|
||||||
'apolloEms': 'apolloEms',
|
'apolloEms': 'ecobee4 EMS',
|
||||||
'apolloSmart': 'ecobee4',
|
'apolloSmart': 'ecobee4',
|
||||||
'athenaEms': 'ecobee3 EMS',
|
'athenaEms': 'ecobee3 EMS',
|
||||||
'athenaSmart': 'ecobee3',
|
'athenaSmart': 'ecobee3',
|
||||||
@ -15,7 +15,9 @@ beestat.ecobee_thermostat_models = {
|
|||||||
'nikeSmart': 'ecobee3 lite',
|
'nikeSmart': 'ecobee3 lite',
|
||||||
'siEms': 'Smart Si EMS',
|
'siEms': 'Smart Si EMS',
|
||||||
'siSmart': 'Smart Si',
|
'siSmart': 'Smart Si',
|
||||||
'vulcanSmart': 'SmartThermostat'
|
'vulcanSmart': 'SmartThermostat',
|
||||||
|
'aresSmart': 'SmartThermostat',
|
||||||
|
'artemisSmart': 'SmartThermostat'
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user