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