v1.4.2 - Hotfix
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.