Fix ffw.floor videv device in simulation.py

This commit is contained in:
Dirk Alders 2025-08-18 22:09:14 +02:00
parent ade031409a
commit 9234cf7561
5 changed files with 22250 additions and 95791 deletions

View File

@ -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.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):

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -12,7 +12,7 @@ from unittest import jsonlog
from config import APP_NAME as ROOT_LOGGER_NAME
DELAY_SET_GET = 0.5
DELAY_SET_GET = 0.1
STATES_SW = (True, False)

View File

@ -1,7 +1,6 @@
import report
from devdi.devices import physical_devices
from mqtt import mqtt_client
from simulation.rooms import house