Skip to content

v1.4.2 - Hotfix

Compare
Choose a tag to compare
@xaviml xaviml released this 11 Jan 21:49

Due to a bug on z2m, the E1744 controller was changing the state for each request twice. So for example, "play_pause" was called twice every time the controller was clicked. I added a simple logic that checks the time that the same action was called last time and if the difference is higher than a certain threshold (added in the app parameters) then the function is called.