Skip to content

Commit

Permalink
Add non-gen'd files
Browse files Browse the repository at this point in the history
  • Loading branch information
rbultman committed Jun 16, 2023
1 parent 57de025 commit c00a0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -3351,15 +3351,6 @@ client cluster DishwasherAlarm = 93 {
kWaterLevelError = 0x20;
}

bitmap Feature : BITMAP32 {
kInflowAlarm = 0x1;
kDrainAlarm = 0x2;
kDoorAlarm = 0x4;
kLowTemperatureAlarm = 0x8;
kHighTemperatureAlarm = 0x10;
kWaterLevelAlarm = 0x20;
}

info event Notify = 0 {
AlarmMap active = 0;
AlarmMap inactive = 1;
Expand All @@ -3370,6 +3361,7 @@ client cluster DishwasherAlarm = 93 {
readonly attribute AlarmMap mask = 0;
readonly attribute optional AlarmMap latch = 1;
readonly attribute AlarmMap state = 2;
readonly attribute AlarmMap state = 3;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand All @@ -3382,7 +3374,7 @@ client cluster DishwasherAlarm = 93 {
}

request struct ModifyEnabledAlarmsRequest {
optional AlarmMap mask = 0;
AlarmMap mask = 0;
}

/** Reset alarm */
Expand Down
4 changes: 2 additions & 2 deletions src/controller/data_model/controller-clusters.zap
Original file line number Diff line number Diff line change
Expand Up @@ -13167,7 +13167,7 @@
"name": "Dishwasher Alarm",
"code": 93,
"mfgCode": null,
"define": "DISHWASHER_ALARM",
"define": "DISHWASHER_ALARM_CLUSTER",
"side": "client",
"enabled": 1,
"commands": [
Expand Down Expand Up @@ -13219,7 +13219,7 @@
"name": "Dishwasher Alarm",
"code": 93,
"mfgCode": null,
"define": "DISHWASHER_ALARM",
"define": "DISHWASHER_ALARM_CLUSTER",
"side": "server",
"enabled": 0,
"attributes": [
Expand Down

0 comments on commit c00a0ec

Please sign in to comment.