Skip to content

Commit 1db6508

Browse files
Add Aeotec Siren Gen5 Firmware v3.28 (#245)
1 parent 46f900e commit 1db6508

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

firmwares/aeotec/ZW080-A.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"devices": [
3+
{
4+
"brand": "Aeotec",
5+
"model": "ZW080-A", //Siren Gen5 US
6+
"manufacturerId": "0x0086",
7+
"productType": "0x0104", //US
8+
"productId": "0x0050",
9+
}
10+
],
11+
"upgrades": [
12+
//firmware 3.28
13+
{
14+
"$if": "firmwareVersion >= 3.0 && firmwareVersion < 3.28",
15+
"version": "3.28",
16+
"channel": "stable",
17+
"changelog": "Bug Fixes:\n* Parameter 37 refinement",
18+
"files": [
19+
{
20+
"target": 0,
21+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW080_Siren_Gen5_US_B_V3_28.otz",
22+
"integrity": "sha256:ccd72fa68c49bc36c4dce6535ca2cff8c8705ddff280df4d582a219b5824c26f"
23+
}
24+
]
25+
}
26+
]
27+
}

firmwares/aeotec/ZW080-B.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"devices": [
3+
{
4+
"brand": "Aeotec",
5+
"model": "ZW080-B", //Siren Gen5 AU
6+
"manufacturerId": "0x0086",
7+
"productType": "0x0204", //AU
8+
"productId": "0x0050",
9+
}
10+
],
11+
"upgrades": [
12+
//firmware 3.28
13+
{
14+
"$if": "firmwareVersion >= 3.0 && firmwareVersion < 3.28",
15+
"version": "3.28",
16+
"channel": "stable",
17+
"changelog": "Bug Fixes:\n* Parameter 37 refinement",
18+
"files": [
19+
{
20+
"target": 0,
21+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW080_Siren_Gen5_AU_B_V3_28.otz",
22+
"integrity": "sha256:2f6388c3dd4cc69e8692e101cff2a1cf9530105ee7e32b12a184c8c2102e6e5e"
23+
}
24+
]
25+
}
26+
]
27+
}

firmwares/aeotec/ZW080-C.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"devices": [
3+
{
4+
"brand": "Aeotec",
5+
"model": "ZW080-C", //Siren Gen5 EU
6+
"manufacturerId": "0x0086",
7+
"productType": "0x0004", //EU
8+
"productId": "0x0050",
9+
}
10+
],
11+
"upgrades": [
12+
//firmware 3.28
13+
{
14+
"$if": "firmwareVersion >= 3.0 && firmwareVersion < 3.28",
15+
"version": "3.28",
16+
"channel": "stable",
17+
"changelog": "Bug Fixes:\n* Parameter 37 refinement",
18+
"files": [
19+
{
20+
"target": 0,
21+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW080_Siren_Gen5_EU_B_V3_28.otz",
22+
"integrity": "sha256:d55fc0e979405aea48bbf98c63c2465c3de639026b9ccf8d694402730dd5a61a"
23+
}
24+
]
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)