Hi guys,
Might be a stupid question but trying to figure out below...
Trying to find what the best way to handle auto "polling interval" for a plugin. I see on Alex's Weather Plugin he has polling setup on the "Settings page with drop down select time interval. That would be something that would work for me.
1. I can add to settings page but where is the BKM to store that setting? (not settings.ini)
2. Is there a HS SDK class/method prebuilt for polling I haven't found?
I can setup the programming, timer to poll at the interval and update devices. Just need a little help with where to store that poll interval. First pure HS4 plugin and as a Java guy it's been a VB challenge the past week. Now I have "Dim" in my works Java code....
Thanks in advance.
Might be a stupid question but trying to figure out below...
Trying to find what the best way to handle auto "polling interval" for a plugin. I see on Alex's Weather Plugin he has polling setup on the "Settings page with drop down select time interval. That would be something that would work for me.
1. I can add to settings page but where is the BKM to store that setting? (not settings.ini)
2. Is there a HS SDK class/method prebuilt for polling I haven't found?
I can setup the programming, timer to poll at the interval and update devices. Just need a little help with where to store that poll interval. First pure HS4 plugin and as a Java guy it's been a VB challenge the past week. Now I have "Dim" in my works Java code....

Thanks in advance.
Comment