Skip to content

Commit

Permalink
added gloablattributes to time-format-localization-cluster.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Jan 25, 2024
1 parent b98ba54 commit ed0d97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ cluster LocalizationConfiguration = 43 {
or audibly convey time information need a mechanism by which they can be configured to use a
user’s preferred format. */
cluster TimeFormatLocalization = 44 {
revision 1; // NOTE: Default/not specifically set
revision 2;

enum CalendarTypeEnum : enum8 {
kBuddhist = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ limitations under the License.
may have differing preferences for how dates and times are conveyed. As such, Nodes that visually
or audibly convey time information need a mechanism by which they can be configured to use a
user’s preferred format.</description>
<globalAttribute side="either" code="0xFFFD" value="2"/>
<!-- Base data types -->
<attribute side="server" code="0x00" define="HOUR_FORMAT" type="HourFormatEnum" writable="true" optional="false">
<description>HourFormat</description>
Expand Down

0 comments on commit ed0d97e

Please sign in to comment.