Merge branch 'development' of gitlab.com:fabinfra/fabaccess/bffh into development

This commit is contained in:
TheJoKlLa
2021-02-09 18:43:34 +01:00
2 changed files with 34 additions and 8 deletions

View File

@ -1,5 +1,5 @@
{ actor_connections = [] : List { _1 : Text, _2 : Text }
-- { actor_connections = [{ _1 = "Testmachine", _2 = "Actor" }]
-- { actor_connections = [] : List { _1 : Text, _2 : Text }
{ actor_connections = [{ _1 = "Testmachine", _2 = "Actor" }]
, actors =
{ Actor = { module = "Shelly", params = {=} }
}