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
The LowBattery variant has been added to the S200BLog enum.
Changed
The t310 and t315 methods of HubHandler can now create T31XHandler handlers for either of the two device types.
The child device handlers for the H100 hub and the P300 power strip have been redesigned to eliminate the use of lifetimes, to facilitate FFI integrations.
The comments of start_timestamp and end_timestamp fields in EnergyDataResult have been updated to better describe their purpose.
S200BRotationParams's field degrees has been renamed to rotation_degrees.
Fixed
Fixed an issue with the Color presets that triggered a validation error when attempting to set the color to DarkRed.
Removed
The deprecated past24h, past7d, past30d and past1y fields have been removed from EnergyUsageResult. This data is now available exclusively through get_energy_data's EnergyDataResult response.