Skip to content

Commit 18eb8f0

Browse files
committed
duplicate mac id
1 parent 0ec401b commit 18eb8f0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lyric/lyric.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,11 +558,6 @@ def devicesettings(self):
558558
if 'devicesettings' in self._lyric_api._device(self._locationId, self._deviceId):
559559
return self._lyric_api._device(self._locationId, self._deviceId)['devicesettings']
560560

561-
@property
562-
def macID(self):
563-
if 'macID' in self._lyric_api._device(self._locationId, self._deviceId):
564-
return self._lyric_api._device(self._locationId, self._deviceId)['macID']
565-
566561
@property
567562
def displayedOutdoorHumidity(self):
568563
if 'displayedOutdoorHumidity' in self._lyric_api._device(self._locationId, self._deviceId):

0 commit comments

Comments
 (0)