We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ff58d commit 030a252Copy full SHA for 030a252
1 file changed
plugwise_usb/network/__init__.py
@@ -568,6 +568,7 @@ async def energy_reset_request(self, mac: str) -> None:
568
if self._cache_enabled:
569
node_cache = NodeCache(mac, "")
570
node_cache.update_state(CACHE_ENERGY_COLLECTION, "")
571
+ await node_cache.save_cache()
572
573
async def set_energy_intervals(
574
self, mac: str, consumption: int, production: int
0 commit comments