From 2cf70039fe465e908f880014857fc925480db6e6 Mon Sep 17 00:00:00 2001 From: Falko Richter Date: Wed, 10 Jul 2024 02:21:21 +0200 Subject: [PATCH] machine --- config/bffh/bffh.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bffh/bffh.dhall b/config/bffh/bffh.dhall index 0cb93f3..18abd95 100644 --- a/config/bffh/bffh.dhall +++ b/config/bffh/bffh.dhall @@ -296,7 +296,7 @@ }, actor_connections = [ - "MachineA1" : "tasmota_1" + { machine = "MachineA1", actor = "tasmota_1" }, ] : List { machine : Text, actor : Text }, initiators = {=},