mirror of https://github.com/sfeakes/AqualinkD.git
Version 1.3.9
parent
ecfa618235
commit
435e526f4c
|
@ -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
|
||||
|
|
|
@ -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.
Loading…
Reference in New Issue