From d028a91486d84fd28a01eb6ddb0fe09d4f7aa3b7 Mon Sep 17 00:00:00 2001 From: Falko Richter Date: Wed, 10 Jul 2024 13:33:01 +0200 Subject: [PATCH] machines configured --- config/bffh/bffh.dhall | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config/bffh/bffh.dhall b/config/bffh/bffh.dhall index f72c652..6157765 100644 --- a/config/bffh/bffh.dhall +++ b/config/bffh/bffh.dhall @@ -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 = {=},