forked from maeneak/utecio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_config.json
More file actions
35 lines (35 loc) · 887 Bytes
/
test_config.json
File metadata and controls
35 lines (35 loc) · 887 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
{
"use_real_devices": true,
"devices": [
{
"name": "UBolt-Pro-Wifi",
"mac_address": "EC:DA:3B:22:AE:75",
"device_id": "EC:DA:3B:22:AE:75",
"password": "0155",
"model": "UBolt-Pro",
"capabilities": {
"lock": true,
"bluetooth": true,
"autolock": true,
"update_ota": true,
"update_wifi": true,
"direction": true,
"alerts": true,
"mutemode": true,
"manual": true,
"shakeopen": true,
"havesn": true,
"needreadmodel": true,
"keypad": true,
"needregristerpwd": true,
"timelimit": true,
"moreadmin": true,
"lockout": true,
"bt264": true,
"doorsensor": true,
"keepalive": true,
"autounlock": true
}
}
]
}