Updates to allow use()ing stuff

This commit is contained in:
Gregor Reitzenstein
2021-02-09 17:41:05 +00:00
parent 8f333b81ad
commit 55dcf6dd80
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 = {=} }
}