rship-govee 0.1.1

rship executor for controlling Govee smart home devices
Documentation
1
2
3
4
5
6
pub mod actions;
pub mod client;
pub mod service;

pub use client::{Device, GoveeClient};
pub use service::{GoveeCommand, GoveeService};