File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "devices" : [
3+ {
4+ "brand" : " Aeotec" ,
5+ "model" : " ZW095-A" , //Home Energy Meter Gen5 2 Clamp
6+ "manufacturerId" : " 0x0086" ,
7+ "productType" : " 0x0102" , //US
8+ "productId" : " 0x005f"
9+ }
10+ ],
11+ "upgrades" : [
12+ //firmware V1.35 to V1.37 only
13+ {
14+ "$if" : " firmwareVersion >= 1.35 && firmwareVersion < 1.37" ,
15+ "version" : " 1.37" ,
16+ "channel" : " stable" ,
17+ "changelog" : " Bug Fixes:\n * Update SDK \n * Group Association fix \n * Threshold Report fix" ,
18+ "files" : [
19+ {
20+ "target" : 0 ,
21+ "url" : " https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW095_HEM_G5_2P_200A_US_V1_37.otz" ,
22+ "integrity" : " sha256:36aac4b6741b661501ad0a28da1a0ae3e6d91e2e71f4d551a7ea69c582fa8d39"
23+ }
24+ ]
25+ }
26+ ]
27+ }
You can’t perform that action at this time.
0 commit comments