mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-08 05:31:56 +00:00
* ICP-1103, ICP-1125, ICP-1194 CT Thermostat issues - Added modes and changed mode names to reflect specification in thermostat capability - Changed how device is initialized poll by sending all commands separated by 3 seconds instead of sending a request and on its response send the next. This to give all commands a chance in case one is dropped by the network. - Reduced the time from 30 to 1 second between setting and requesting a setpoint using the setHeating/setCooling method. This is now the same as changing using the ST DTH tiles. - Also modified the UI to use the multi attribute tile and using arrows instead of sliders for changing setpoints. * Update ct100-thermostat.groovy