1 unstable release
0.1.4 | Oct 26, 2019 |
---|
#268 in #automation
9MB
574 lines
energenie
A rust crate for communicating with the energenie API
This library aims to make communication with the energenie MiHome system easy from a rust application. Usage
extern crate energenie;
fn main() {
let api = energenie::Api::new();
api.some_action()
}
Dependencies
~19–30MB
~517K SLoC