#automation #energenie #mihome #etrv

energenie-api

Provides a rust interface to the energenie REST API

1 unstable release

0.1.4 Oct 26, 2019

#250 in #automation

24 downloads per month

MIT license

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

~20–32MB
~534K SLoC