Exemplo n.º 1
0
 def wind_speed(self, timeout=30):
     return read_self_timeout(self, 'wind_speed', timeout)
Exemplo n.º 2
0
 def event_end(self, timeout=30):
     return read_self_timeout(self, 'event_end', timeout)
Exemplo n.º 3
0
 def event_type(self, timeout=30):
     return read_self_timeout(self, 'event_type', timeout)
Exemplo n.º 4
0
 def relative_humidity(self, timeout=30):
     return read_self_timeout(self, 'relative_humidity', timeout)
Exemplo n.º 5
0
 def temperature(self, timeout=30):
     return read_self_timeout(self, 'temperature', timeout)
Exemplo n.º 6
0
 def fan_state(self, timeout=30):
     return read_self_timeout(self, 'fan_state', timeout)
Exemplo n.º 7
0
 def mode(self, timeout=30):
     return read_self_timeout(self, 'mode', timeout)
Exemplo n.º 8
0
 def total_energy_lifetime(self, timeout=30):
     return read_self_timeout(self, 'total_energy_lifetime', timeout)
Exemplo n.º 9
0
 def total_energy_today(self, timeout=30):
     return read_self_timeout(self, 'total_energy_today', timeout)
Exemplo n.º 10
0
 def voltage(self, timeout=30):
     return read_self_timeout(self, 'voltage', timeout)
Exemplo n.º 11
0
 def current_power(self, timeout=30):
     return read_self_timeout(self, 'current_power', timeout)
Exemplo n.º 12
0
 def power(self, timeout=30):
     return read_self_timeout(self, 'power', timeout)
Exemplo n.º 13
0
 def current(self, timeout=30):
     return read_self_timeout(self, 'current', timeout)
Exemplo n.º 14
0
 def cumulative(self, timeout=30):
     return read_self_timeout(self, 'cumulative', timeout)
Exemplo n.º 15
0
 def enabled_heat_stages(self, timeout=30):
     return read_self_timeout(self, 'enabled_heat_stages', timeout)
Exemplo n.º 16
0
 def duration(self, timeout=30):
     return read_self_timeout(self, 'duration', timeout)
Exemplo n.º 17
0
 def fan_mode(self, timeout=30):
     return read_self_timeout(self, 'fan_mode', timeout)
Exemplo n.º 18
0
 def price(self, timeout=30):
     return read_self_timeout(self, 'price', timeout)
Exemplo n.º 19
0
 def heating_setpoint(self, timeout=30):
     return read_self_timeout(self, 'heating_setpoint', timeout)
Exemplo n.º 20
0
 def price_unit(self, timeout=30):
     return read_self_timeout(self, 'price_unit', timeout)
Exemplo n.º 21
0
 def override(self, timeout=30):
     return read_self_timeout(self, 'override', timeout)
Exemplo n.º 22
0
 def brightness(self, timeout=30):
     return read_self_timeout(self, 'brightness', timeout)
Exemplo n.º 23
0
 def state(self, timeout=30):
     return read_self_timeout(self, 'state', timeout)
Exemplo n.º 24
0
 def date(self, timeout=30):
     return read_self_timeout(self, 'date', timeout)
Exemplo n.º 25
0
 def dr_status(self, timeout=30):
     return read_self_timeout(self, 'dr_status', timeout)
Exemplo n.º 26
0
 def event_likelihood(self, timeout=30):
     return read_self_timeout(self, 'event_likelihood', timeout)
Exemplo n.º 27
0
 def event_start(self, timeout=30):
     return read_self_timeout(self, 'event_start', timeout)
Exemplo n.º 28
0
 def cooling_setpoint(self, timeout=30):
     return read_self_timeout(self, 'cooling_setpoint', timeout)
Exemplo n.º 29
0
 def occupancy(self, timeout=30):
     return read_self_timeout(self, 'occupancy', timeout)
Exemplo n.º 30
0
 def apparent_power(self, timeout=30):
     return read_self_timeout(self, 'apparent_power', timeout)