Skip to content

Commit 228a5e2

Browse files
committed
Added exception type that gets thrown for throttling
1 parent 677daea commit 228a5e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This library compiled for .NET 9 will allow you to easily communicate with the T
1111

1212
0.6.0.0 - released September 17, 2025
1313

14-
- Added handling for throttling since Tado started to roll out their new throttling. More info [here](https://community.home-assistant.io/t/tado-rate-limiting-api-calls/928751). In the old code it would just return empty lists when throttled, now it will throw a specific exception which holds all the details about the thottling, such as when it will be reset and what your daily quota is based on your subscription with Tado..
14+
- Added handling for throttling since Tado started to roll out their new throttling. More info [here](https://community.home-assistant.io/t/tado-rate-limiting-api-calls/928751). In the old code it would just return empty lists when throttled, now it will throw a specific `Exceptions.RequestThrottledException` exception which holds all the details about the thottling, such as when it will be reset and what your daily quota is based on your subscription with Tado.
1515

1616
0.5.4.0 - released July 10, 2025
1717

0 commit comments

Comments
 (0)