yesthisistom / home-wemo

App for handling wemo plugs locally, allowing them to be scheduled for on/off at specific times or related to sun position.
GNU General Public License v3.0
0 stars 0 forks source link

Add threading to getting status #8

Open yesthisistom opened 4 years ago

yesthisistom commented 4 years ago

In order to speed up load time, we either need to multi-thread the retrieval of the statuses, OR get them via ajax. I'm leaning towards multi-threading, as this is a localized mini app, and the wait time to interact with the toggles if ajax is used could be large.