Fix ffw.floor videv device in simulation.py
This commit is contained in:
parent
ade031409a
commit
9234cf7561
@ -180,7 +180,7 @@ class ffw_floor(base):
|
|||||||
self.main_light.configure(input_0_func=self.main_light.INPUT_FUNC_OUT1_TRIGGER)
|
self.main_light.configure(input_0_func=self.main_light.INPUT_FUNC_OUT1_TRIGGER)
|
||||||
self.main_light.add_channel_name(self.main_light.KEY_OUTPUT_0, "Main Light")
|
self.main_light.add_channel_name(self.main_light.KEY_OUTPUT_0, "Main Light")
|
||||||
#
|
#
|
||||||
self.videv_main_light = videv_light(mqtt_client, config.TOPIC_FFW_SLEEP_MAIN_LIGHT_VIDEV, True, False, False)
|
self.videv_main_light = videv_light(mqtt_client, config.TOPIC_FFW_FLOOR_MAIN_LIGHT_VIDEV, True, False, False)
|
||||||
|
|
||||||
|
|
||||||
class ffw(base):
|
class ffw(base):
|
||||||
|
118036
testresults/testrun.json
118036
testresults/testrun.json
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -12,7 +12,7 @@ from unittest import jsonlog
|
|||||||
|
|
||||||
from config import APP_NAME as ROOT_LOGGER_NAME
|
from config import APP_NAME as ROOT_LOGGER_NAME
|
||||||
|
|
||||||
DELAY_SET_GET = 0.5
|
DELAY_SET_GET = 0.1
|
||||||
STATES_SW = (True, False)
|
STATES_SW = (True, False)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
import report
|
import report
|
||||||
|
|
||||||
from devdi.devices import physical_devices
|
|
||||||
from mqtt import mqtt_client
|
from mqtt import mqtt_client
|
||||||
from simulation.rooms import house
|
from simulation.rooms import house
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user