Expand description
This module provides an interface to interact with Miio devices via Python.
It offers functions to retrieve available device types, create devices, and call device methods. Devices are represented by the Device struct which supports serialization and deserialization.
Structs§
- Device
- Represents a Miio device with its associated properties and Python object.
Functions§
- get_
device_ types - Retrieves a list of available device types from the Python interface.