Explorar el Código

bug-fix missing all_off ffw/bath

tags/v1.0.0
Dirk Alders hace 1 año
padre
commit
d3afaefce0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      function/first_floor_west.py

+ 2
- 0
function/first_floor_west.py Ver fichero

@@ -26,6 +26,8 @@ class first_floor_west_bath(object):
26 26
         # radiator valve
27 27
         self.radiator_function = radiator_function(mqtt_client, config.TOPIC_FFW_BATH_RADIATOR_VALVE_ZIGBEE,
28 28
                                                    config.TOPIC_FFW_BATH_RADIATOR_VALVE_GUI, config.DEFAULT_TEMPERATURE_FFW_BATH)
29
+    def all_off(self):
30
+        pass
29 31
 
30 32
 
31 33
 class first_floor_west_living(room_shelly_tradfri_light):

Loading…
Cancelar
Guardar