Successful sending of light effects in basement
This commit is contained in:
@ -52,7 +52,7 @@ const scenesTinaDesk = states["input_select.tina_desk_scenes"].attributes.option
|
||||
|
||||
// Write flow variables
|
||||
flow.set("halfLivingRoom1", halfLivingRoom1, "diskCon")
|
||||
flow.set("halfLivingRoom2", halfLivingRoom1, "diskCon")
|
||||
flow.set("halfLivingRoom2", halfLivingRoom2, "diskCon")
|
||||
|
||||
flow.set("segLivingRoom1", segLivingRoom1, "diskCon")
|
||||
flow.set("segLivingRoom2", segLivingRoom2, "diskCon")
|
||||
@ -65,7 +65,7 @@ flow.set("effectSegLivingRoom2", effectSegLivingRoom2, "diskCon")
|
||||
flow.set("livingRoomFull", livingRoomFull, "diskCon")
|
||||
|
||||
flow.set("halfBasement1", halfBasement1, "diskCon")
|
||||
flow.set("halfBasement2", halfBasement1, "diskCon")
|
||||
flow.set("halfBasement2", halfBasement2, "diskCon")
|
||||
|
||||
flow.set("segBasement1", segBasement1, "diskCon")
|
||||
flow.set("segBasement2", segBasement2, "diskCon")
|
||||
|
Reference in New Issue
Block a user