jrester / tesla_powerwall

Python API for Tesla Powerwall
MIT License
73 stars 24 forks source link

Reduce CPU usage with orjson #58

Closed bubonicbob closed 8 months ago

bubonicbob commented 8 months ago

Use orjson for parsing json.

See: https://github.com/bdraco/nexia/blob/ee3253ab8cf1f128b700e59bb09354e21612851e/nexia/home.py#L244