configure Testmachine with Hue actor

This commit is contained in:
Nadja Reitzenstein 2022-06-14 16:59:55 +02:00
parent 512a9f22bb
commit d9ff240f1c
1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@
Hue1 = {
module = "Process",
params = { cmd = "./examples/hue.py", args = "-vvv" }
}
},
DoorControl1 = {
-- This actor calls the actor.py script in examples/
@ -217,7 +217,7 @@
-- Actors need to be connected to machines to be useful. A machine can be connected to multiple actors, but one
-- actor can only be connected to one machine.
actor_connections = [
{ machine = "Testmachine", actor = "Shelly1234" },
{ machine = "Testmachine", actor = "Hue1" },
{ machine = "Another", actor = "Bash" },
{ machine = "Yetmore", actor = "Bash2" },
{ machine = "Yetmore", actor = "FailBash"}