-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
43 lines (43 loc) · 900 Bytes
/
config.json
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
39
40
41
42
43
{
"network_settings": {
"connection": "Ethernet",
"ip_type": "Static",
"ssid": "",
"password": "",
"mac_address_wifi": "",
"mac_address_eth": "",
"ip_address": "192.168.100.10",
"gateway": "192.168.100.1",
"subnet": "255.255.255.0",
"dns": "8.8.8.8"
},
"input": {
"ip_1": "not set",
"port_1": "not set",
"ip_2": "not set",
"port_2": "not set"
},
"output": {
"timer1": "0",
"timer2": "0"
},
"relay1": {
"state1": "Off"
},
"relay2": {
"state2": "Off"
},
"wiegand": {
"database_url": "not set",
"pulse_width": "90",
"pulse_gap": "90"
},
"rfid": {
"ip_rfid": "not set",
"port_rfid": "not set"
},
"user": {
"username": "",
"password": ""
}
}