-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.json
More file actions
36 lines (36 loc) · 848 Bytes
/
Copy pathconfig.example.json
File metadata and controls
36 lines (36 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"_type":"configuration",
"waypoints":[],
"_build":21201,
"auth":true,
"autostartOnBoot":true,
"cleanSession":false,
"clientId":"johnsmithpi",
"cmd":true,
"deviceId":"test",
"fusedRegionDetection":true,
"host":"mqtt.example.com",
"ignoreInaccurateLocations":0,
"ignoreStaleLocations":0,
"keepalive":3600,
"locatorDisplacement":5,
"locatorInterval":5,
"mode":0,
"mqttProtocolLevel":3,
"notificationHigherPriority":false,
"notificationLocation":true,
"password":"apples",
"ping":30,
"port":8883,
"pubExtendedData":true,
"pubQos":1,
"pubRetain":true,
"pubTopicBase":"owntracks/%u/%d",
"remoteConfiguration":true,
"sub":true,
"subQos":2,
"subTopic":"owntracks/+/+",
"tls":true,
"username":"johnsmith",
"ws":false
}