mirror of
https://gitlab.com/fabinfra/fabaccess/demos-environments/showcase.git
synced 2025-03-12 14:51:41 +01:00
Update bffh.dhall
This commit is contained in:
parent
067269a4ce
commit
0ca6b3f588
@ -130,16 +130,16 @@
|
|||||||
-- 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-AAAAAA = { module = "Shelly", params = {=} },
|
||||||
shellyplug-s-AAAAAA = { module = "Shelly", params = {=} },
|
shellyplug-s-BBBBBB = { module = "Shelly", params = {=} },
|
||||||
shellyplug-s-AAAAAA = { module = "Shelly", params = {=} },
|
shellyplug-s-CCCCCC = { module = "Shelly", params = {=} },
|
||||||
shelly1-AAAAAAAAAAAA = { module = "Shelly", params = {=} },
|
shelly1-DDDDDDDDDDDD = { module = "Shelly", params = {=} },
|
||||||
shelly1-AAAAAAAAAAAA = { module = "Shelly", params = {=} },
|
shelly1-EEEEEEEEEEEE = { module = "Shelly", params = {=} },
|
||||||
},
|
},
|
||||||
|
|
||||||
actor_connections = [
|
actor_connections = [
|
||||||
{ machine = "MachineA1", actor = "shellyplug-s-AAAAAA" },
|
{ machine = "MachineA1", actor = "shellyplug-s-AAAAAA" },
|
||||||
{ machine = "MachineA2", actor = "shellyplug-s-AAAAAA" },
|
{ machine = "MachineA2", actor = "shellyplug-s-BBBBBB" },
|
||||||
{ machine = "MachineA3", actor = "shellyplug-s-AAAAAA" },
|
{ machine = "MachineA3", actor = "shellyplug-s-CCCCCC" },
|
||||||
],
|
],
|
||||||
|
|
||||||
initiators = {=},
|
initiators = {=},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user