Skip to content

Commit

Permalink
Smoke/CO: Update smoke-co-alarm-app.zap
Browse files Browse the repository at this point in the history
* Change some attributes to NVM
* regen zap
  • Loading branch information
hare-siterwell committed May 29, 2023
1 parent 1ba889e commit 44f1842
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 120 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2034,14 +2034,14 @@ endpoint 1 {
emits event InterconnectSmokeAlarm;
emits event InterconnectCOAlarm;
emits event AllClear;
ram attribute expressedState default = 0;
ram attribute smokeState default = 0;
ram attribute COState default = 0;
ram attribute batteryAlert default = 0;
ram attribute deviceMuted default = 0;
persist attribute expressedState default = 0;
persist attribute smokeState default = 0;
persist attribute COState default = 0;
persist attribute batteryAlert default = 0;
persist attribute deviceMuted default = 0;
ram attribute testInProgress default = 0;
ram attribute hardwareFaultAlert default = 0;
ram attribute endOfServiceAlert default = 1;
persist attribute hardwareFaultAlert default = 0;
persist attribute endOfServiceAlert default = 1;
ram attribute interconnectSmokeAlarm default = 0;
ram attribute interconnectCOAlarm default = 0;
ram attribute contaminationState default = 0;
Expand Down
Loading

0 comments on commit 44f1842

Please sign in to comment.