machines configured

This commit is contained in:
Falko Richter 2024-07-10 13:33:01 +02:00
parent 3e4f4266ef
commit d028a91486

View File

@ -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 = {=},