energenie-api 0.1.4

Provides a rust interface to the energenie REST API
energenie-api-0.1.4 doesn't have any documentation.

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()
  }