thomluther / anker-solix-api

Python library for Anker Solix API
MIT License
36 stars 10 forks source link

Add delay capability for Api cache methods #87

Closed thomluther closed 2 months ago

thomluther commented 3 months ago

The API cache methods to query sites, device details, site details or energy details have no delay between multiple requests. Potentially this can cause hitting Api request limit for short time frames. Add capability to specify a delay as Api property, so it can be adjusted per client instance as needed.