summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/mqttsyncdir-subscriber.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/mqttsyncdir-subscriber.yaml b/examples/mqttsyncdir-subscriber.yaml
new file mode 100644
index 0000000..3fa9286
--- /dev/null
+++ b/examples/mqttsyncdir-subscriber.yaml
@@ -0,0 +1,13 @@
+directory: /tmp/mqttsyncdir-subscriber
+server: 127.0.0.1
+subscriptions:
+ - topic: sensor/+/am_rh
+ freshness: 600
+ norm_factor: 0.1
+ - topic: sensor/+/am_temp
+ freshness: 600
+ norm_factor: 0.1
+ - topic: sensor/+/temperature
+ - topic: host/+/temperature/+
+ freshness: 600
+ norm_factor: 0.1