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
I own a 2022 the frame (QA65LS03BAWXXY) and am dissatisfied with the light sensor for brightness control, and was hoping to use a lux sensor and some automations to override the brightness. Unfortunately I can't find any mention of brightness controls via the WS API. Samsungctl supports brightness control in legacy mode, but it doesn't work on the frame. Is there a way to set brightness using this library that I am missing? Or perhaps a way to add support?
The text was updated successfully, but these errors were encountered:
You could tweak the get_brightness function to return just the brightness value but I return everything since the response also includes the min and max values for the setting which could be useful for integrating into a UI. Here's sample output from my frame.
I own a 2022 the frame (QA65LS03BAWXXY) and am dissatisfied with the light sensor for brightness control, and was hoping to use a lux sensor and some automations to override the brightness. Unfortunately I can't find any mention of brightness controls via the WS API. Samsungctl supports brightness control in legacy mode, but it doesn't work on the frame. Is there a way to set brightness using this library that I am missing? Or perhaps a way to add support?
The text was updated successfully, but these errors were encountered: