commit | cb1955f9c8253e987560e25a11ef9cdede9822ee | [log] [tgz] |
---|---|---|
author | Boris Zbarsky <bzbarsky@apple.com> | Thu May 25 14:01:41 2023 -0400 |
committer | GitHub <noreply@github.com> | Thu May 25 14:01:41 2023 -0400 |
tree | 0a8eaa62d0707e3338a4fd0c4ef13024c0126b55 | |
parent | 964a677c3fafdad5070725985a379cef074b107d [diff] [blame] |
Update Groups cluster XML to match spec. (#26819) * Update Groups cluster XML to match spec. Spec changes happened in https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/6429 Fixes https://github.com/project-chip/connectedhomeip/issues/26209 * Auto-update ZAP files. * Regenerate generated code.
diff --git a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter index 582bd4f..7423ec6 100644 --- a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter +++ b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
@@ -63,7 +63,11 @@ kGroupNames = 0x1; } - readonly attribute bitmap8 nameSupport = 0; + bitmap NameSupportBitmap : BITMAP8 { + kGroupNames = 0x80; + } + + readonly attribute NameSupportBitmap nameSupport = 0; readonly attribute command_id generatedCommandList[] = 65528; readonly attribute command_id acceptedCommandList[] = 65529; readonly attribute event_id eventList[] = 65530;