mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-13 02:48:07 +00:00
Add bare bones homekit module for iot devices (#1566)
Based on the existing smart HomeKit module, this has been tested with a real device that supports this module. --------- Co-authored-by: Teemu Rytilahti <tpr@iki.fi>
This commit is contained in:
@@ -47,6 +47,7 @@ Devices support different functionality that are exposed via
|
||||
|
||||
>>> for module_name in dev.modules:
|
||||
>>> print(module_name)
|
||||
homekit
|
||||
Energy
|
||||
schedule
|
||||
usage
|
||||
@@ -85,6 +86,7 @@ state
|
||||
rssi
|
||||
on_since
|
||||
reboot
|
||||
...
|
||||
current_consumption
|
||||
consumption_today
|
||||
consumption_this_month
|
||||
|
Reference in New Issue
Block a user