Add documentation to the use-cases

This commit is contained in:
Jonathan Bennett
2023-06-11 18:48:23 -05:00
parent 7d20077166
commit 6d186ea339
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
mqtt_servers:
- name: local
server: localhost
port: 1883
topic: msh/2/json/#
pipelines:
owntrack:
- owntracks_plugin:
server_name: local
tid_table:
"12345": ["Van", "GV"]
"-6789": ["Home", "HR"]

View File

@@ -0,0 +1,18 @@
devices:
- name: radio1
tcp: 192.168.1.110
mqtt_servers:
- name: external
server: localhost
port: 1883
pipelines:
owntracks:
- owntracks_plugin:
server_name: external
tid_table:
"1234": ["Van", "GV"]
"-5678": ["Home", "HR"]