summaryrefslogtreecommitdiff
path: root/examples/mqttsyncdir-subscriber.yaml
blob: 3fa9286ed91b3210164f0b1a24196cfc83904dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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