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
Added functionality for controlling the alarm on the H100 hub via the play_alarm and stop_alarm methods in the H100Handler. Additionally, get_supported_ringtone_list is available to retrieve the list of supported ringtones for debugging purposes. (thanks to @kay)
Added the ability to retrieve the color configuration (hue, saturation, color_temperature) for the Color enum values through the get_color_config method. (thanks to @WhySoBad)
Changed
The internal implementation of H100Handler's get_child_device_list has been updated to fetch all pages, not just the first one.
H100Handler's get_child_device_list_json now includes a start_index parameter to fetch child devices starting from a specific index.
Fixed
Resolved an issue that caused the passthrough protocol test to incorrectly indicate support when it was not actually supported. (thanks to @WhySoBad)
Python
Added
Added functionality for controlling the alarm on the H100 hub via the play_alarm and stop_alarm methods in the H100Handler. Additionally, get_supported_ringtone_list is available to retrieve the list of supported ringtones for debugging purposes.
Added the ability to retrieve the color configuration (hue, saturation, color_temperature) for the Color enum values through the get_color_config method. (thanks to @WhySoBad)
Changed
The internal implementation of H100Handler's get_child_device_list has been updated to fetch all pages, not just the first one.
H100Handler's get_child_device_list_json now includes a start_index parameter to fetch child devices starting from a specific index.
Fixed
Resolved an issue that caused the passthrough protocol test to incorrectly indicate support when it was not actually supported. (thanks to @WhySoBad)