mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-07 19:24:01 +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:
@@ -27,6 +27,7 @@ class FrostProtectionModule(SmartModule):
|
||||
self._add_feature(
|
||||
Feature(
|
||||
device,
|
||||
"frost_protection_enabled",
|
||||
name="Frost protection enabled",
|
||||
container=self,
|
||||
attribute_getter="enabled",
|
||||
|
Reference in New Issue
Block a user