Struct hs100api::types::SystemGetSysinfo [] [src]

pub struct SystemGetSysinfo {
    pub err_code: i64,
    pub sw_ver: String,
    pub hw_ver: String,
    pub hw_type: String,
    pub model: String,
    pub mac: String,
    pub device_id: String,
    pub hw_id: String,
    pub fw_id: String,
    pub oem_id: String,
    pub alias: String,
    pub dev_name: String,
    pub icon_hash: String,
    pub relay_state: i64,
    pub on_time: i64,
    pub active_mode: String,
    pub feature: String,
    pub updating: i64,
    pub rssi: i64,
    pub led_off: i64,
    pub latitude: f64,
    pub longitude: f64,
}

Fields

Trait Implementations

impl Debug for SystemGetSysinfo
[src]

Formats the value using the given formatter.

impl PartialEq for SystemGetSysinfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.