Skip to content

Beta release of Sync functionality

Pre-release
Pre-release
Compare
Choose a tag to compare
@neilkplugins neilkplugins released this 28 Nov 22:54
· 17 commits to master since this release

This release fixes some minor UI bugs in actions, and refines the sync capability. I still need to do work on my understanding of the WLED sync capability. For clarity in this version:

  • I renamed the device states to "sendToUDP" to represent if the WLED broadcasts and "syncToBroadcastUDP" if the WLED listens.

"syncToBroadcastUDP" reflects the "Sync Lights" toggle in the Mobile UI, and the action "Set UDP Synchronise Mode" will allow you to set it to true or false via a checkbox

The "sendToUDP" state and "Set UDP Broadcast Mode" is a little more troublesome. In the Classic UI the sync mode is represented by two arrows, this action toggles the other arrow. The rendering and the way this works seems to differ between the two UI's and I haven't yet got clarity on the right approach. It may be this action and state becomes redundant and you have to use the WLED broadcast settings, but a combination of these two actions toggles the two arrows in the classic UI.

It is likely any changes from here are simply to make the action names and states more descriptive, they work, it is just I don't quite get it yet as to how the WLED should behave.

As I messed around with the device definitions again from 1.0.1 you may need to edit and save the device configuration to clear any state errors.