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

Increase Reliability of turn on/off toggles #1

Closed yesthisistom closed 4 years ago

yesthisistom commented 4 years ago

Now that its on the raspberry pi, the on/off toggles don't work 100% of the time

yesthisistom commented 4 years ago

Fixed. Error was a jquery error - it was only snagging the first instance of the id. Added an each tag, and changed to class. I suspect because id's are supposed to be unique it only grabbed the first one, so changing it to a class tag helped.