Browse Source

bug-fix missing all_off ffw/bath

tags/v1.0.0
Dirk Alders 1 year ago
parent
commit
d3afaefce0
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      function/first_floor_west.py

+ 2
- 0
function/first_floor_west.py View File

@@ -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…
Cancel
Save