We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec401b commit 18eb8f0Copy full SHA for 18eb8f0
1 file changed
lyric/lyric.py
@@ -558,11 +558,6 @@ def devicesettings(self):
558
if 'devicesettings' in self._lyric_api._device(self._locationId, self._deviceId):
559
return self._lyric_api._device(self._locationId, self._deviceId)['devicesettings']
560
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
-
566
@property
567
def displayedOutdoorHumidity(self):
568
if 'displayedOutdoorHumidity' in self._lyric_api._device(self._locationId, self._deviceId):
0 commit comments