d8adrvn / smart_sprinkler

Smart Sprinkler Controller Using Arduino and SmartThings
http://build.smartthings.com/projects/smartsprinkler/
Apache License 2.0
62 stars 55 forks source link

Add GetTwc functionality, remove "float" #45

Open nickroosen opened 5 years ago

nickroosen commented 5 years ago

Since Wunderground shut down their API, added Twc functionality. Fixed some spelling errors. Commented out "yesterday's rain" because twc doesn't have a convenient function for this. Removed "float" function because it kept causing errors in my code. I know nothing and if you can get it working with "float," by all means leave it in.