Skip to content

Commit abcc338

Browse files
committed
Fix typo
1 parent a0444f7 commit abcc338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugwise/helper.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -882,10 +882,10 @@ def _appliance_measurements(
882882
# Don't count the above top-level dicts, only the remaining single items
883883
self._count += len(data) - 3
884884

885-
def _wireless_availablity(self, appliance: etree, data: DeviceData) -> None:
885+
def _wireless_availability(self, appliance: etree, data: DeviceData) -> None:
886886
"""Helper-function for _get_measurement_data().
887887
888-
Collect the availablity-status for wireless connected devices.
888+
Collect the availability-status for wireless connected devices.
889889
"""
890890
if self.smile(ADAM):
891891
# Collect for Plugs
@@ -1082,7 +1082,7 @@ def _get_measurement_data(self, dev_id: str) -> DeviceData:
10821082
self._get_actuator_functionalities(appliance, device, data)
10831083

10841084
# Collect availability-status for wireless connected devices to Adam
1085-
self._wireless_availablity(appliance, data)
1085+
self._wireless_availability(appliance, data)
10861086

10871087
if dev_id == self.gateway_id and self.smile(ADAM):
10881088
self._get_regulation_mode(appliance, data)

0 commit comments

Comments
 (0)