Skip to content

Commit

Permalink
Fix zap and matter for thermostat part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamb-q committed Jan 15, 2024
1 parent 417df0b commit 4f4ae7e
Show file tree
Hide file tree
Showing 3 changed files with 3,270 additions and 14,009 deletions.
6 changes: 6 additions & 0 deletions examples/light-switch-app/qpg/zap/switch.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1787,6 +1787,11 @@ cluster UserLabel = 65 {
cluster IcdManagement = 70 {
revision 2;

enum OperatingModeEnum : enum8 {
kSIT = 0;
kLIT = 1;
}

bitmap Feature : bitmap32 {
kCheckInProtocolSupport = 0x1;
kUserActiveModeTrigger = 0x2;
Expand Down Expand Up @@ -1830,6 +1835,7 @@ cluster IcdManagement = 70 {
readonly attribute optional int16u clientsSupportedPerFabric = 5;
readonly attribute optional UserActiveModeTriggerBitmap userActiveModeTriggerHint = 6;
readonly attribute optional char_string<128> userActiveModeTriggerInstruction = 7;
readonly attribute optional OperatingModeEnum operatingMode = 8;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
Loading

0 comments on commit 4f4ae7e

Please sign in to comment.