|
@@ -4,7 +4,7 @@
|
4
|
4
|
import devices
|
5
|
5
|
from function.stairway import stairway
|
6
|
6
|
from function.ground_floor_west import ground_floor_west_floor, ground_floor_west_marion, ground_floor_west_dirk
|
7
|
|
-from function.first_floor_west import first_floor_west_julian, first_floor_west_living
|
|
7
|
+from function.first_floor_west import first_floor_west_julian, first_floor_west_living, first_floor_west_bath
|
8
|
8
|
from function.first_floor_east import first_floor_east_floor, first_floor_east_kitchen, first_floor_east_dining, first_floor_east_sleep, first_floor_east_living
|
9
|
9
|
import inspect
|
10
|
10
|
import logging
|
|
@@ -33,6 +33,7 @@ class all_functions(object):
|
33
|
33
|
# first floor west
|
34
|
34
|
self.ffw_julian = first_floor_west_julian(self.mqtt_client)
|
35
|
35
|
self.ffw_living = first_floor_west_living(self.mqtt_client)
|
|
36
|
+ self.ffw_bath = first_floor_west_bath(self.mqtt_client)
|
36
|
37
|
# first floor east
|
37
|
38
|
self.ffe_floor = first_floor_east_floor(self.mqtt_client)
|
38
|
39
|
self.ffe_kitchen = first_floor_east_kitchen(self.mqtt_client)
|