Skip to content

Commit 32e2913

Browse files
authored
Add Zooz ZSE41 V01 and V02 firmware version 2.20.0 (#206)
1 parent 12d357e commit 32e2913

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"devices": [
3+
{
4+
"brand": "Zooz",
5+
"model": "ZSE41",
6+
"manufacturerId": "0x027a",
7+
"productType": "0x7000",
8+
"productId": "0xe001",
9+
"firmwareVersion": {
10+
"min": "2.0",
11+
"max": "2.255"
12+
}
13+
}
14+
],
15+
"upgrades": [
16+
{
17+
"version": "2.20.0",
18+
"region": "usa",
19+
"changelog": "* Includes firmware versions: 2.00, 2.10, 2.20.\n* Updated SDK from 7.19.3 to 7.23.1.",
20+
"url": "https://www.getzooz.com/firmware/ZSE41_V02R20_US.gbl",
21+
"integrity": "sha256:a7071736cafdeaee7fb64d6fb44902e2444a3c823d4d8cb21c389e9213f82294"
22+
},
23+
{
24+
"version": "2.20.0",
25+
"region": "europe",
26+
"changelog": "* Includes firmware versions: 2.00, 2.10, 2.20.\n* Updated SDK from 7.19.3 to 7.23.1.\n* Added Long Range support for Europe.",
27+
"url": "https://www.getzooz.com/firmware/ZSE41_V02R20_EU.gbl",
28+
"integrity": "sha256:811af8905e1d26eb31c74f2341c3e0ef5f8a0783f6c52bb3ae717c9d6aa8e21f"
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)