From 0ca6b3f588665860f499475cd2448176faf9b335 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Thu, 16 Jun 2022 11:11:34 +0000 Subject: [PATCH] Update bffh.dhall --- config/bffh/bffh.dhall | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/bffh/bffh.dhall b/config/bffh/bffh.dhall index 21a0428..7b1abde 100644 --- a/config/bffh/bffh.dhall +++ b/config/bffh/bffh.dhall @@ -130,16 +130,16 @@ -- Actors similarly to machines have an 'id'. This id (here "Shelly1234") is limited to Alphanumeric ASCII -- and must begin with a letter. shellyplug-s-AAAAAA = { module = "Shelly", params = {=} }, - shellyplug-s-AAAAAA = { module = "Shelly", params = {=} }, - shellyplug-s-AAAAAA = { module = "Shelly", params = {=} }, - shelly1-AAAAAAAAAAAA = { module = "Shelly", params = {=} }, - shelly1-AAAAAAAAAAAA = { module = "Shelly", params = {=} }, + shellyplug-s-BBBBBB = { module = "Shelly", params = {=} }, + shellyplug-s-CCCCCC = { module = "Shelly", params = {=} }, + shelly1-DDDDDDDDDDDD = { module = "Shelly", params = {=} }, + shelly1-EEEEEEEEEEEE = { module = "Shelly", params = {=} }, }, actor_connections = [ { machine = "MachineA1", actor = "shellyplug-s-AAAAAA" }, - { machine = "MachineA2", actor = "shellyplug-s-AAAAAA" }, - { machine = "MachineA3", actor = "shellyplug-s-AAAAAA" }, + { machine = "MachineA2", actor = "shellyplug-s-BBBBBB" }, + { machine = "MachineA3", actor = "shellyplug-s-CCCCCC" }, ], initiators = {=},