I’ve been reading over the API documentation and it’s great. I’m thinking of hooking this into my SmartThings setup. To complete part of that integration, is it possible to “do something” when a station starts and stops? For example, if zone 1 starts, I’d like to send an HTTP POST so that my SmartThings hub is aware that the zone is on. Likewise for when it stops.
I suppose I could poll the API every 5, 10, 30 seconds to get station status? But “subscribing” to events would be much cleaner – if there’s a way?
Thoughts?