parent
d4b68b2df4
commit
b395d0e227
|
@ -151,7 +151,7 @@ The following channels are available on the Ecobee Thermostat.
|
||||||
| runtime | connected | Switch | | Connected |
|
| runtime | connected | Switch | | Connected |
|
||||||
| runtime | firstConnected | DateTime | | First Connected |
|
| runtime | firstConnected | DateTime | | First Connected |
|
||||||
| runtime | connectDateTime | DateTime | | Connected Date Time |
|
| runtime | connectDateTime | DateTime | | Connected Date Time |
|
||||||
| runtime | disconnectDateTime | DateTime | | Disconnected Date Timee |
|
| runtime | disconnectDateTime | DateTime | | Disconnected Date Time |
|
||||||
| runtime | lastModified | DateTime | | Last Modified |
|
| runtime | lastModified | DateTime | | Last Modified |
|
||||||
| runtime | lastStatusModified | DateTime | | Last Status Modified |
|
| runtime | lastStatusModified | DateTime | | Last Status Modified |
|
||||||
| runtime | runtimeDate | String | | Runtime Date |
|
| runtime | runtimeDate | String | | Runtime Date |
|
||||||
|
|
|
@ -72,9 +72,9 @@ channel-group-type.ecobee.weather.label = Weather
|
||||||
|
|
||||||
channel-type.ecobee.actualAQAccuracy.label = Actual Air Quality Accuracy
|
channel-type.ecobee.actualAQAccuracy.label = Actual Air Quality Accuracy
|
||||||
channel-type.ecobee.actualAQScore.label = Actual Air Quality Score
|
channel-type.ecobee.actualAQScore.label = Actual Air Quality Score
|
||||||
|
channel-type.ecobee.actualCO2.label = Actual CO2
|
||||||
channel-type.ecobee.actualHumidity.label = Actual Humidity
|
channel-type.ecobee.actualHumidity.label = Actual Humidity
|
||||||
channel-type.ecobee.actualTemperature.label = Actual Temperature
|
channel-type.ecobee.actualTemperature.label = Actual Temperature
|
||||||
channel-type.ecobee.actualCO2.label = Actual CO2
|
|
||||||
channel-type.ecobee.actualVOC.label = Actual VOC
|
channel-type.ecobee.actualVOC.label = Actual VOC
|
||||||
channel-type.ecobee.alertAcknowledgeRef.label = Acknowledge Ref
|
channel-type.ecobee.alertAcknowledgeRef.label = Acknowledge Ref
|
||||||
channel-type.ecobee.alertAcknowledgement.label = Acknowledgement
|
channel-type.ecobee.alertAcknowledgement.label = Acknowledgement
|
||||||
|
@ -138,7 +138,7 @@ channel-type.ecobee.disableAlertsOnIdt.label = Disable Alerts On IDT
|
||||||
channel-type.ecobee.disableHeatPumpAlerts.label = Disable Heat Pump Alerts
|
channel-type.ecobee.disableHeatPumpAlerts.label = Disable Heat Pump Alerts
|
||||||
channel-type.ecobee.disablePreCooling.label = Disable Pre Cooling
|
channel-type.ecobee.disablePreCooling.label = Disable Pre Cooling
|
||||||
channel-type.ecobee.disablePreHeating.label = Disable Pre Heating
|
channel-type.ecobee.disablePreHeating.label = Disable Pre Heating
|
||||||
channel-type.ecobee.disconnectDateTime.label = Disconnected Date Timee
|
channel-type.ecobee.disconnectDateTime.label = Disconnected Date Time
|
||||||
channel-type.ecobee.drAccept.label = DR Accept
|
channel-type.ecobee.drAccept.label = DR Accept
|
||||||
channel-type.ecobee.eiLocation.label = EI Location
|
channel-type.ecobee.eiLocation.label = EI Location
|
||||||
channel-type.ecobee.electricityBillCycleMonths.label = Electricity Bill Cycle Months
|
channel-type.ecobee.electricityBillCycleMonths.label = Electricity Bill Cycle Months
|
||||||
|
|
|
@ -231,7 +231,7 @@
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="disconnectDateTime" advanced="true">
|
<channel-type id="disconnectDateTime" advanced="true">
|
||||||
<item-type>DateTime</item-type>
|
<item-type>DateTime</item-type>
|
||||||
<label>Disconnected Date Timee</label>
|
<label>Disconnected Date Time</label>
|
||||||
<state readOnly="true"/>
|
<state readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="lastModified" advanced="true">
|
<channel-type id="lastModified" advanced="true">
|
||||||
|
|
Loading…
Reference in New Issue