Crate rust_py_miio

Source
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.