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" : " ZW122-A" , //Water Sensor 6
6+ "manufacturerId" : " 0x0086" ,
7+ "productType" : " 0x0102" , //US
8+ "productId" : " 0x007a"
9+ }
10+ ],
11+ "upgrades" : [
12+ //firmware V1.06
13+ {
14+ "$if" : " firmwareVersion < 1.6" ,
15+ "version" : " 1.6" ,
16+ "channel" : " stable" ,
17+ "changelog" : " Bug Fixes:\n * Vibration Suppression added.\n * Heat Alarm fixed at low temps.\n * Deep Sleep Optimizations." ,
18+ "files" : [
19+ {
20+ "target" : 0 ,
21+ "url" : " https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW122_Water_Sensor6_US_V1.06.otz" ,
22+ "integrity" : " sha256:8582d9abdbaeb2c063369a176bcbeb001bcf28839f9235304bc82269359cc471"
23+ }
24+ ]
25+ }
26+ ]
27+ }
Original file line number Diff line number Diff line change 1+ {
2+ "devices" : [
3+ {
4+ "brand" : " Aeotec" ,
5+ "model" : " ZW122-B" , //Water Sensor 6
6+ "manufacturerId" : " 0x0086" ,
7+ "productType" : " 0x0202" , //AU
8+ "productId" : " 0x007a"
9+ }
10+ ],
11+ "upgrades" : [
12+ //firmware V1.06
13+ {
14+ "$if" : " firmwareVersion < 1.6" ,
15+ "version" : " 1.6" ,
16+ "channel" : " stable" ,
17+ "changelog" : " Bug Fixes:\n * Vibration Suppression added.\n * Heat Alarm fixed at low temps.\n * Deep Sleep Optimizations." ,
18+ "files" : [
19+ {
20+ "target" : 0 ,
21+ "url" : " https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW122_Water_Sensor6_AU_V1.06.otz" ,
22+ "integrity" : " sha256:e601bd1305ca495f433f163bd6bd2b816c36a82ad21cb0557a325dabdfa5451d"
23+ }
24+ ]
25+ }
26+ ]
27+ }
Original file line number Diff line number Diff line change 1+ {
2+ "devices" : [
3+ {
4+ "brand" : " Aeotec" ,
5+ "model" : " ZW122-C" , //Water Sensor 6
6+ "manufacturerId" : " 0x0086" ,
7+ "productType" : " 0x0002" , //EU
8+ "productId" : " 0x007a"
9+ }
10+ ],
11+ "upgrades" : [
12+ //firmware V1.06
13+ {
14+ "$if" : " firmwareVersion < 1.6" ,
15+ "version" : " 1.6" ,
16+ "channel" : " stable" ,
17+ "changelog" : " Bug Fixes:\n * Vibration Suppression added.\n * Heat Alarm fixed at low temps.\n * Deep Sleep Optimizations." ,
18+ "files" : [
19+ {
20+ "target" : 0 ,
21+ "url" : " https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW122_Water_Sensor6_EU_V1.06.otz" ,
22+ "integrity" : " sha256:009e475572c0dd90dcc53b5361e47ea1df04104775a1f8f5d0de1a3fbf323c39"
23+ }
24+ ]
25+ }
26+ ]
27+ }
You can’t perform that action at this time.
0 commit comments