Version 1.3.9

pull/101/merge
sfeakes 2019-10-18 12:07:42 -05:00
parent ecfa618235
commit 435e526f4c
3 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,7 @@ Designed to mimic AqualinkRS6 All Button keypad and (like the keypad) is used to
* Added panel Timeout mode support to UI and MQTT
* Fixed SWG bug while in Service & Timeout modes
* Cleanded up SWG code and MQTT status messages for SWG and SWG/enabled
* Fixed SWG bounce when changing SWG %
# Update in Release 1.3.8
* Fixed PDA mode from 1.3.7
* Added SWG Boost to PDA

View File

@ -750,6 +750,9 @@ void *set_aqualink_SWG( void *ptr )
waitForMessage(threadCtrl->aq_data, "SET TO", 1);
//waitForMessage(threadCtrl->aq_data, "POOL SP IS SET TO", 1);
// Since we read % directly from RS message, wait for another few messages that way
// We won't registed a SWG bounce, since we already told clients SWG was at new % before programming started
waitForMessage(threadCtrl->aq_data, NULL, 1);
cleanAndTerminateThread(threadCtrl);

Binary file not shown.