-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwifimgr.json
More file actions
38 lines (38 loc) · 850 Bytes
/
Copy pathwifimgr.json
File metadata and controls
38 lines (38 loc) · 850 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
37
38
{
"enableWindowsToast": true,
"enableGrowl": true,
"growlHosts": [
{
"host": "127.0.0.1",
"port": 23053,
"enabled": true,
"name": "Local Growl"
},
{
"host": "222.222.222.101",
"port": 23053,
"enabled": true,
"name": "WP32"
}
],
"iconPath": "C:\\PROJECTS\\dotnet\\WiFiManager\\wifi.png",
"connectionTimeout": 1000,
"notificationPriorities": {
"WiFi Connected": 0,
"WiFi Disconnected": 2,
"WiFi Changed": 0,
"New WiFi Network": 0,
"Signal Changed": 0
},
"stickyNotifications": {
"WiFi Connected": true,
"WiFi Disconnected": true,
"WiFi Changed": false,
"New WiFi Network": false,
"Signal Changed": true
},
"defaultSticky": false,
"signalLogThreshold": 3,
"signalNotifyThreshold": 7,
"backgroundSignalLogThreshold": 10
}