trying an actor

This commit is contained in:
Falko Richter 2024-07-10 02:19:02 +02:00
parent 039e5b12e9
commit c5e474ab6d

View File

@ -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 = {=},