Fix copy-paste error with floor_limit

Closes #10
This commit is contained in:
Andrius Štikonas 2022-01-07 23:33:12 +00:00
parent dfc4382f01
commit 4d6e2441db
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ class NeoStat(SimpleNamespace):
# Renamed attrs
self.name = getattr(self._data_, 'ZONE_NAME', getattr(self._data_, 'device', None))
self.floor_limit = getattr(self._data_, 'ZONE_NAME', None)
self.target_temperature = getattr(self._data_, 'SET_TEMP', None)
self.temperature = getattr(self._data_, 'ACTUAL_TEMP', None)