hive-client 0.0.6

A Rust client for interfacing with Hive smart home systems.
Documentation
1
2
3
4
5
6
7
8
//! External Client methods which are part of the public API and can be used directly by a caller
//! to interact with the Hive API.

mod action;
mod authentication;
mod device;
mod product;
mod weather;