rust-py-miio 0.1.3

A Rust interface to interact with Miio devices via Python using PyO3. Doesn't pretend to be used by third parties.
Documentation
1
2
3
4
5
6
#![allow(dead_code)]

pub const IP: &str = "device_ip";
pub const TOKEN: &str = "device_token";
pub const DEVICE_TYPE: &str = "device_type";
pub const METHOD_NAME: &str = "method_name";