|
@@ -46,7 +46,7 @@ class first_floor_west_floor(room):
|
46
|
46
|
#
|
47
|
47
|
# main light
|
48
|
48
|
self.main_light = videv_switching(
|
49
|
|
- mqtt_client, config.TOPIC_FFE_FLOOR_MAIN_LIGHT_VIDEV,
|
|
49
|
+ mqtt_client, config.TOPIC_FFW_FLOOR_MAIN_LIGHT_VIDEV,
|
50
|
50
|
self.main_light_shelly, self.main_light_shelly.KEY_OUTPUT_0
|
51
|
51
|
)
|
52
|
52
|
|
|
@@ -121,7 +121,7 @@ class first_floor_west_bath(room):
|
121
|
121
|
#
|
122
|
122
|
# main light
|
123
|
123
|
self.main_light = videv_switching(
|
124
|
|
- mqtt_client, config.TOPIC_FFE_FLOOR_MAIN_LIGHT_VIDEV,
|
|
124
|
+ mqtt_client, config.TOPIC_FFW_BATH_MAIN_LIGHT_VIDEV,
|
125
|
125
|
self.main_light_shelly, self.main_light_shelly.KEY_OUTPUT_0
|
126
|
126
|
)
|
127
|
127
|
# heating function
|