mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-12 05:11:52 +00:00
10fef276db10cbfe1c9a7e89dfa0b7573fbde956
CT100/Honeywell Z-wave NullPointerException when changing mode Changed name of private method setThermostatMode(data) to setGetThermostatMode(data) and method setThermostatFanMode(data) to setGetThermostatFanMode(data) so that platform calls the exposed methods setThermostatMode(String value) setThermostatFanMode(String value) as these validates the argument against the supported modes and then calls the private methods. Also removed some of the leftshift operators that showed errors in Sumo logs.
SmartThings Public GitHub Repo
An official list of SmartApps and Device Types from SmartThings.
Here are some links to help you get started coding right away:
Follow us on the web:
- Twitter: http://twitter.com/smartthingsdev
- Facebook: http://facebook.com/smartthingsdevelopers
Description
Languages
Groovy
100%