rstrouse / nodejs-poolController-dashPanel

A dashboard panel for tagyoureit/nodejs-poolController
37 stars 20 forks source link

Schedule Editing not working correctly on EasyTouch2_8 #17

Closed jrhubott closed 3 years ago

jrhubott commented 3 years ago

Editing pool schedule on EasyTouch2_8 doesn't work correctly. See screenshots.

The Pools and Jets schedules are correctly displayed as Every Day on the main screen. When editing they are only displayed as enabled for Sun / Mon / Tues and any attempts at editing them fails.

Screen Shot 2021-01-20 at 17 58 42 Screen Shot 2021-01-20 at 17 58 57 Screen Shot 2021-01-20 at 17 59 12

rstrouse commented 3 years ago

Please pull a new njspc and dashPanel. The bit flags for the days ET have been normalized so they should decode correctly now. If you are not running the next repo of njspc please change to that. It will contain the most recent changes.

tagyoureit commented 3 years ago

These should be fixed now. Please pull both njsPC and dashPanel and changes were needed on both code bases.

jrhubott commented 3 years ago

This corrected the problem. Issue is resolved. Thanks!