mirror of
https://gitlab.com/volkersfreunde/dockercompose.git
synced 2025-03-12 06:51:46 +01:00
trying an actor
This commit is contained in:
parent
039e5b12e9
commit
c5e474ab6d
@ -283,9 +283,21 @@
|
||||
},
|
||||
},
|
||||
|
||||
actors = {=},
|
||||
actors =
|
||||
{
|
||||
tasmota_1 =
|
||||
{
|
||||
module = "Tasmota",
|
||||
params =
|
||||
{
|
||||
topic = "tasmota/discovery/3494548365AF"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
actor_connections = [] : List { machine : Text, actor : Text },
|
||||
actor_connections = [
|
||||
MachineA1 : tasmota_1
|
||||
] : List { machine : Text, actor : Text },
|
||||
|
||||
initiators = {=},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user