Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 2013-08-18 09:28:41 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 162 162 163 163 5. Added in checks to see what the thermostat is already set at, and if it is the same setting as the target mode for !OnMode or !OffMode, it skips setting the thermostat again to the same mode. Shouldn't make a difference, but it is a precaution if your thermostat does something each time it changes into a certain mode. 164 165 --- 166 167 Changes in Version 1.1: 168 169 - I took suggestion #1 of watou below, and implemented urn:schemas-upnp-org:service:SwitchPower:1 to make it easier to trigger scenes. 170 - By default, the readVariable messages are now turned off in the logs. Set VerboseDebug to turn back on. 171 172 I have no removed the Twilio part of this code yet, since this version was to mainly implement urn:schemas-upnp-org:service:SwitchPower:1. Now that I know a bit more on how to use .json files and implement other devices, I will look at what else I can do and remove the Twilio coupling from the plugin in the next release.