You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HANDBOOK.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1429,8 +1429,8 @@ section must exist.)
1429
1429
The `mqtt_filter` target executes the specified program and its arguments. It is similar
1430
1430
to `pipe` but it doesn't open a pipe to the program. It provides stdout as response
1431
1431
to a configured queue.
1432
-
Example use cases are f.e. IoT buttons which publish a message when they are pushed
1433
-
and the execute an external program. It is also a clone of [mqtt-launcher](https://github.com/jpmens/mqtt-launcher).
1432
+
Example use cases are e.g. IoT buttons which publish a message when they are pushed
1433
+
and they execute an external program. It is also a clone of [mqtt-launcher](https://github.com/jpmens/mqtt-launcher).
1434
1434
With no response configured it acts like `execute` with multiple arguments.
1435
1435
1436
1436
To pass the published data (json args array) to the command, use `{args[0]}` and `{args[1]}` which then gets replaced. Message looks like `'{ "args": ["' + temp + '","' + room + '"] }'` for `fr
@@ -1442,8 +1442,11 @@ outgoing_topic is constructed by parts of incoming topic or as full_incoming top
0 commit comments