melcloud-api 0.1.1

Provides a rust interface to the undocumented melcloud API
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug)]
pub enum ApiError {
    LoginFailure,
    InvalidLoginResponse,
    InvalidJsonResponse,
    InvalidListResponse,
    InvalidSetAtwResponse,
    BuildingNotFound
}