Skip to content

Commit 59dc3c4

Browse files
authored
fix: 7A Outlet request_keys attribute (#464)
1 parent fabf468 commit 59dc3c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyvesync"
7-
version = "3.2.2"
7+
version = "3.3.2"
88
description = "pyvesync is a library to manage Etekcity Devices, Cosori Air Fryers, and Levoit Air Purifiers run on the VeSync app."
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/pyvesync/devices/vesyncoutlet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def __init__(
9494
self, details: ResponseDeviceDetailsModel, manager: VeSync, feature_map: OutletMap
9595
) -> None:
9696
"""Initialize Etekcity 7A round outlet class."""
97+
self.request_keys: list[str] = []
9798
super().__init__(details, manager, feature_map)
9899

99100
def _build_headers(self) -> dict:

0 commit comments

Comments
 (0)