Update bffh.dhall

This commit is contained in:
TheJoKlLa 2022-06-16 13:00:23 +00:00
parent f89fc46f31
commit 2b9240b041

View File

@ -129,17 +129,17 @@
actors = { actors = {
-- Actors similarly to machines have an 'id'. This id (here "Shelly1234") is limited to Alphanumeric ASCII -- Actors similarly to machines have an 'id'. This id (here "Shelly1234") is limited to Alphanumeric ASCII
-- and must begin with a letter. -- and must begin with a letter.
shellyplug-s-AAAAAA = { module = "Shelly", params = {=} }, shellyplug-s-6E6ED9 = { module = "Shelly", params = {=} },
shellyplug-s-BBBBBB = { module = "Shelly", params = {=} }, shellyplug-s-C18903 = { module = "Shelly", params = {=} },
shellyplug-s-CCCCCC = { module = "Shelly", params = {=} }, shellyplug-s-B4C8B9 = { module = "Shelly", params = {=} },
shelly1-DDDDDDDDDDDD = { module = "Shelly", params = {=} }, shelly1-DDDDDDDDDDDD = { module = "Shelly", params = {=} },
shelly1-EEEEEEEEEEEE = { module = "Shelly", params = {=} }, shelly1-EEEEEEEEEEEE = { module = "Shelly", params = {=} },
}, },
actor_connections = [ actor_connections = [
{ machine = "MachineA1", actor = "shellyplug-s-AAAAAA" }, { machine = "MachineA1", actor = "shellyplug-s-6E6ED9" },
{ machine = "MachineA2", actor = "shellyplug-s-BBBBBB" }, { machine = "MachineA2", actor = "shellyplug-s-C18903" },
{ machine = "MachineA3", actor = "shellyplug-s-CCCCCC" }, { machine = "MachineA3", actor = "shellyplug-s-B4C8B9" },
], ],
initiators = {=}, initiators = {=},