mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-01-22 03:32:44 +00:00
Merge remote-tracking branch 'upstream/master' into feat/light_module_feats
This commit is contained in:
@@ -23,7 +23,7 @@ Get the light module to interact:
|
||||
|
||||
>>> light = dev.modules[Module.Light]
|
||||
|
||||
You can use the ``is_``-prefixed properties to check for supported features:
|
||||
You can use the ``has_feature()`` method to check for supported features:
|
||||
|
||||
>>> light.has_feature("brightness")
|
||||
True
|
||||
|
||||
Reference in New Issue
Block a user