File tree Expand file tree Collapse file tree 3 files changed +81
-0
lines changed
Expand file tree Collapse file tree 3 files changed +81
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments