#automation #energenie #etrv #mihome

energenie-api

Provides a rust interface to the energenie REST API

1 unstable release

0.1.4 Oct 26, 2019

#241 in #automation

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
~535K SLoC