mirror of
https://gitlab.com/volkersfreunde/dockercompose.git
synced 2025-03-12 06:51:46 +01:00
machines configured
This commit is contained in:
parent
3e4f4266ef
commit
d028a91486
@ -114,9 +114,9 @@
|
||||
},
|
||||
|
||||
machines = {
|
||||
MachineA1 = {
|
||||
name = "MachineA1",
|
||||
description = "Description of MachineA1",
|
||||
tasmota_8365AF = {
|
||||
name = "tasmota_8365AF",
|
||||
description = "Description of tasmota_8365AF",
|
||||
wiki = "https://fab-access.readthedocs.io",
|
||||
category = "CategoryA",
|
||||
|
||||
@ -125,9 +125,9 @@
|
||||
write = "TestEnv.Write.A",
|
||||
manage = "TestEnv.Manage.A"
|
||||
},
|
||||
MachineA2 = {
|
||||
name = "MachineA2",
|
||||
description = "Description of MachineA2",
|
||||
tasmota_8352F4 = {
|
||||
name = "tasmota_8352F4",
|
||||
description = "Description of tasmota_8352F4",
|
||||
wiki = "https://fab-access.readthedocs.io",
|
||||
category = "CategoryA",
|
||||
|
||||
@ -306,7 +306,8 @@
|
||||
},
|
||||
|
||||
actor_connections = [
|
||||
{ machine = "MachineA1", actor = "tasmota_8365AF" },
|
||||
{ machine = "tasmota_8365AF", actor = "tasmota_8365AF" },
|
||||
{ machine = "tasmota_8352F4", actor = "tasmota_8352F4" },
|
||||
] : List { machine : Text, actor : Text },
|
||||
|
||||
initiators = {=},
|
||||
|
Loading…
x
Reference in New Issue
Block a user