mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-12-22 20:50:22 +00:00
Improve categorization of features (#904)
This updates the categorization of features and makes the id mandatory for features
This commit is contained in:
@@ -25,6 +25,7 @@ class TimeModule(SmartModule):
|
||||
self._add_feature(
|
||||
Feature(
|
||||
device=device,
|
||||
id="time",
|
||||
name="Time",
|
||||
attribute_getter="time",
|
||||
container=self,
|
||||
|
||||
Reference in New Issue
Block a user