diff --git a/html/pyeasee/easee.html b/html/pyeasee/easee.html index 4a0d6d8..4220b0a 100644 --- a/html/pyeasee/easee.html +++ b/html/pyeasee/easee.html @@ -161,28 +161,6 @@
-class Throttler
-(rate_limit: int, period=1.0, retry_interval=0.01)
-
-async def acquire(self)
-
-def flush(self)
-
Easee
sr_unsubscribe
-
-Throttler
-
-
diff --git a/html/pyeasee/index.html b/html/pyeasee/index.html
index 84eea3e..ac52a7a 100644
--- a/html/pyeasee/index.html
+++ b/html/pyeasee/index.html
@@ -47,6 +47,10 @@ Sub-modules
+pyeasee.throttler
+
+Throttler for API calls
+
pyeasee.utils
@@ -82,6 +86,7 @@ Index
pyeasee.easee
pyeasee.exceptions
pyeasee.site
+pyeasee.throttler
pyeasee.utils
diff --git a/html/pyeasee/site.html b/html/pyeasee/site.html
index ba9da00..d8257e9 100644
--- a/html/pyeasee/site.html
+++ b/html/pyeasee/site.html
@@ -149,6 +149,12 @@ Methods
Set the load balancing settings
+
+async def set_max_allocated_current(self, current_limit: int)
+
+
+Set the load balancing settings
+
@@ -321,7 +327,7 @@ Circuit
Equalizer
-