You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, when using any function that relays on GetProp (for example - getting current brightness, color, etc.), the library checks if music mode is activated.
If it's activated, then we just request it without waiting for a result/response, expecting everything to be OK.
However there may be times where we do want to wait for a result that would be returned to the client, even if music mode is on (if it's possible).
We have to check if such thing is possible and make a PR to YeelightAPI.
The text was updated successfully, but these errors were encountered:
deankevorkian
changed the title
Open a PR to the amazing YeelightAPI library for .NET for music mode handling
Check possibility of getting current props of Yeelight devices, when in music mode
Jan 1, 2021
As of now, when using any function that relays on GetProp (for example - getting current brightness, color, etc.), the library checks if music mode is activated.
If it's activated, then we just request it without waiting for a result/response, expecting everything to be OK.
However there may be times where we do want to wait for a result that would be returned to the client, even if music mode is on (if it's possible).
We have to check if such thing is possible and make a PR to YeelightAPI.
The text was updated successfully, but these errors were encountered: