forked from OpenHomeFoundation/toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzbt2.json
More file actions
33 lines (33 loc) · 776 Bytes
/
Copy pathzbt2.json
File metadata and controls
33 lines (33 loc) · 776 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
{
"product_name": "Home Assistant Connect ZBT-2",
"probe_methods": [{
"protocol": "bootloader",
"baudrate": 115200
}, {
"protocol": "ezsp",
"baudrate": 460800
}, {
"protocol": "spinel",
"baudrate": 460800
}],
"usb_filters": [{
"pid": 16385,
"vid": 12346
}, {
"pid": 33562,
"vid": 12346
}],
"firmwares": [{
"name": "Zigbee (EZSP)",
"url": "/assets/firmwares/zbt2_zigbee_ncp_7.4.4.6.gbl",
"type": "ncp-uart-hw",
"version": "7.4.4.6"
}, {
"name": "OpenThread (RCP)",
"url": "/assets/firmwares/zbt2_openthread_rcp_2.4.4.0_GitHub-7074a43e4_gsdk_4.4.4.gbl",
"type": "ot-rcp",
"version": "2.4.4.0"
}],
"bootloader_reset": ["rts_dtr", "baudrate"],
"allow_custom_firmware_upload": true
}