Skip to content

Commit

Permalink
WindowCovering: Align with Specs Non-Volatile attributes (project-chi…
Browse files Browse the repository at this point in the history
…p#14317)

* DEV: WindowCovering Cluster.zap config use NVM according to the specs

* DEV: Zap regen for NVM

* DEV: Align controller zap with updated NVM
  • Loading branch information
jmeg-sfy authored Jan 26, 2022
1 parent 750f976 commit c0e4d7d
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 99 deletions.
24 changes: 12 additions & 12 deletions examples/all-clusters-app/all-clusters-common/all-clusters-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -11072,7 +11072,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x7FFF",
Expand All @@ -11087,7 +11087,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x7FFF",
Expand All @@ -11102,7 +11102,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x03",
Expand All @@ -11117,7 +11117,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "50",
Expand All @@ -11132,7 +11132,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "50",
Expand Down Expand Up @@ -11207,7 +11207,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "500",
Expand All @@ -11222,7 +11222,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "500",
Expand All @@ -11237,7 +11237,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x0000",
Expand All @@ -11252,7 +11252,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0xFFFF",
Expand All @@ -11267,7 +11267,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x0000",
Expand All @@ -11282,7 +11282,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0xFFFF",
Expand All @@ -11297,7 +11297,7 @@
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x00",
Expand Down
Loading

0 comments on commit c0e4d7d

Please sign in to comment.