[][src]Struct netatmo_rs::client::get_home_status::Module

pub struct Module {
    pub id: String,
    pub type_field: String,
    pub firmware_revision: i64,
    pub rf_strength: Option<i64>,
    pub wifi_strength: Option<i64>,
    pub reachable: Option<bool>,
    pub battery_level: Option<i64>,
    pub boiler_valve_comfort_boost: Option<bool>,
    pub boiler_status: Option<bool>,
    pub anticipating: Option<bool>,
    pub bridge: Option<String>,
    pub battery_state: Option<String>,
    pub status_active: Option<bool>,
    pub status_tampered: Option<bool>,
    pub test_mode: Option<bool>,
    pub hush_mode: Option<bool>,
    pub smoke_detected: Option<bool>,
    pub detection_chamber_status: Option<String>,
    pub battery_alarm_state: Option<String>,
    pub battery_percent: Option<i64>,
    pub wifi_status: Option<i64>,
    pub last_smoke_detected_start_time: Option<i64>,
    pub last_smoke_detected_end_time: Option<i64>,
    pub last_seen: Option<i64>,
    pub last_wifi_connection: Option<i64>,
}

Fields

id: Stringtype_field: Stringfirmware_revision: i64rf_strength: Option<i64>wifi_strength: Option<i64>reachable: Option<bool>battery_level: Option<i64>boiler_valve_comfort_boost: Option<bool>boiler_status: Option<bool>anticipating: Option<bool>bridge: Option<String>battery_state: Option<String>status_active: Option<bool>status_tampered: Option<bool>test_mode: Option<bool>hush_mode: Option<bool>smoke_detected: Option<bool>detection_chamber_status: Option<String>battery_alarm_state: Option<String>battery_percent: Option<i64>wifi_status: Option<i64>last_smoke_detected_start_time: Option<i64>last_smoke_detected_end_time: Option<i64>last_seen: Option<i64>last_wifi_connection: Option<i64>

Trait Implementations

impl Clone for Module[src]

impl Debug for Module[src]

impl Default for Module[src]

impl<'de> Deserialize<'de> for Module[src]

impl PartialEq<Module> for Module[src]

impl Serialize for Module[src]

impl StructuralPartialEq for Module[src]

Auto Trait Implementations

impl RefUnwindSafe for Module

impl Send for Module

impl Sync for Module

impl Unpin for Module

impl UnwindSafe for Module

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err