mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 15:17:57 +01:00
configure Testmachine with Hue actor
This commit is contained in:
parent
512a9f22bb
commit
d9ff240f1c
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user