@@ -65,15 +65,13 @@ metadata {
6565 state " cool" , action :" switchMode" , nextState :" ..." , icon : " st.thermostat.cool"
6666 state " auto" , action :" switchMode" , nextState :" ..." , icon : " st.thermostat.auto"
6767 state " emergency heat" , action :" switchMode" , nextState :" ..." , icon : " st.thermostat.emergency-heat"
68- state " to_heat" , action :" switchMode" , nextState :" to_cool" , icon : " st.secondary.secondary"
69- state " to_cool" , action :" switchMode" , nextState :" ..." , icon : " st.secondary.secondary"
70- state " ..." , label : " ..." ,nextState :" ..." , icon : " st.secondary.secondary"
68+ state " ..." , label : " Updating..." ,nextState :" ..." , backgroundColor :" #ffffff"
7169 }
7270 standardTile(" fanMode" , " device.thermostatFanMode" , width :2 , height :2 , inactiveLabel : false , decoration : " flat" ) {
73- state " auto" , action :" switchFanMode" , nextState :" ..." , icon : " st.thermostat.fan-auto" // "fanAuto"
74- state " on" , action :" switchFanMode" , nextState :" ..." , icon : " st.thermostat.fan-on" // "fanOn"
75- state " circulate" , action :" switchFanMode" , nextState :" ..." , icon : " st.thermostat.fan-circulate" // "fanCirculate"
76- state " ..." , label : " ..." , nextState :" ..."
71+ state " auto" , action :" switchFanMode" , nextState :" ..." , icon : " st.thermostat.fan-auto"
72+ state " on" , action :" switchFanMode" , nextState :" ..." , icon : " st.thermostat.fan-on"
73+ state " circulate" , action :" switchFanMode" , nextState :" ..." , icon : " st.thermostat.fan-circulate"
74+ state " ..." , label : " Updating ..." , nextState :" ..." , backgroundColor : " #ffffff "
7775 }
7876 standardTile(" lowerHeatingSetpoint" , " device.heatingSetpoint" , width :2 , height :1 , inactiveLabel : false , decoration : " flat" ) {
7977 state " heatingSetpoint" , action :" lowerHeatingSetpoint" , icon :" st.thermostat.thermostat-left"
0 commit comments