Skip to content

Commit 1b2b3fd

Browse files
authored
Update 1.4.2 Data Model XML files for release (#40290)
1 parent f36e159 commit 1b2b3fd

File tree

62 files changed

+650
-736
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+650
-736
lines changed

data_model/1.4.2/clusters/AirQuality.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Davis, CA 95616, USA
113113
</enum>
114114
</dataTypes>
115115
<attributes>
116-
<attribute id="0x0000" name="AirQuality" type="AirQualityEnum" default="0">
116+
<attribute id="0x0000" name="AirQuality" type="AirQualityEnum">
117117
<access read="true" readPrivilege="view"/>
118118
<mandatoryConform/>
119119
<constraint>

data_model/1.4.2/clusters/AlarmBase.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,22 @@ Davis, CA 95616, USA
7575
<bitmap name="AlarmBitmap"/>
7676
</dataTypes>
7777
<attributes>
78-
<attribute id="0x0000" name="Mask" type="AlarmBitmap" default="0">
78+
<attribute id="0x0000" name="Mask" type="AlarmBitmap">
7979
<access read="true" readPrivilege="view"/>
8080
<mandatoryConform/>
8181
</attribute>
82-
<attribute id="0x0001" name="Latch" type="AlarmBitmap" default="0">
82+
<attribute id="0x0001" name="Latch" type="AlarmBitmap">
8383
<access read="true" readPrivilege="view"/>
8484
<quality persistence="fixed"/>
8585
<mandatoryConform>
8686
<feature name="RESET"/>
8787
</mandatoryConform>
8888
</attribute>
89-
<attribute id="0x0002" name="State" type="AlarmBitmap" default="0">
89+
<attribute id="0x0002" name="State" type="AlarmBitmap">
9090
<access read="true" readPrivilege="view"/>
9191
<mandatoryConform/>
9292
</attribute>
93-
<attribute id="0x0003" name="Supported" type="AlarmBitmap" default="0">
93+
<attribute id="0x0003" name="Supported" type="AlarmBitmap">
9494
<access read="true" readPrivilege="view"/>
9595
<quality persistence="fixed"/>
9696
<mandatoryConform/>
@@ -102,14 +102,14 @@ Davis, CA 95616, USA
102102
<mandatoryConform>
103103
<feature name="RESET"/>
104104
</mandatoryConform>
105-
<field id="0" name="Alarms" type="AlarmBitmap" default="0">
105+
<field id="0" name="Alarms" type="AlarmBitmap">
106106
<mandatoryConform/>
107107
</field>
108108
</command>
109109
<command id="0x01" name="ModifyEnabledAlarms" direction="commandToServer" response="Y">
110110
<access invokePrivilege="operate"/>
111111
<optionalConform/>
112-
<field id="0" name="Mask" type="AlarmBitmap" default="0">
112+
<field id="0" name="Mask" type="AlarmBitmap">
113113
<mandatoryConform/>
114114
</field>
115115
</command>
@@ -118,16 +118,16 @@ Davis, CA 95616, USA
118118
<event id="0x00" name="Notify" priority="info">
119119
<access readPrivilege="view"/>
120120
<mandatoryConform/>
121-
<field id="0" name="Active" type="AlarmBitmap" default="0">
121+
<field id="0" name="Active" type="AlarmBitmap">
122122
<mandatoryConform/>
123123
</field>
124-
<field id="1" name="Inactive" type="AlarmBitmap" default="0">
124+
<field id="1" name="Inactive" type="AlarmBitmap">
125125
<mandatoryConform/>
126126
</field>
127-
<field id="2" name="State" type="AlarmBitmap" default="0">
127+
<field id="2" name="State" type="AlarmBitmap">
128128
<mandatoryConform/>
129129
</field>
130-
<field id="3" name="Mask" type="AlarmBitmap" default="0">
130+
<field id="3" name="Mask" type="AlarmBitmap">
131131
<mandatoryConform/>
132132
</field>
133133
</event>

data_model/1.4.2/clusters/BooleanStateConfiguration.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Davis, CA 95616, USA
104104
</bitmap>
105105
</dataTypes>
106106
<attributes>
107-
<attribute id="0x0000" name="CurrentSensitivityLevel" type="uint8" default="MS">
107+
<attribute id="0x0000" name="CurrentSensitivityLevel" type="uint8">
108108
<access read="true" write="true" readPrivilege="view" writePrivilege="operate"/>
109109
<quality persistence="nonVolatile"/>
110110
<mandatoryConform>
@@ -114,7 +114,7 @@ Davis, CA 95616, USA
114114
<max value="SupportedSensitivityLevels - 1"/>
115115
</constraint>
116116
</attribute>
117-
<attribute id="0x0001" name="SupportedSensitivityLevels" type="uint8" default="MS">
117+
<attribute id="0x0001" name="SupportedSensitivityLevels" type="uint8">
118118
<access read="true" readPrivilege="view"/>
119119
<quality persistence="fixed"/>
120120
<mandatoryConform>
@@ -137,7 +137,7 @@ Davis, CA 95616, USA
137137
<max value="SupportedSensitivityLevels - 1"/>
138138
</constraint>
139139
</attribute>
140-
<attribute id="0x0003" name="AlarmsActive" type="AlarmModeBitmap" default="0">
140+
<attribute id="0x0003" name="AlarmsActive" type="AlarmModeBitmap">
141141
<access read="true" readPrivilege="view"/>
142142
<mandatoryConform>
143143
<orTerm>
@@ -146,7 +146,7 @@ Davis, CA 95616, USA
146146
</orTerm>
147147
</mandatoryConform>
148148
</attribute>
149-
<attribute id="0x0004" name="AlarmsSuppressed" type="AlarmModeBitmap" default="0">
149+
<attribute id="0x0004" name="AlarmsSuppressed" type="AlarmModeBitmap">
150150
<access read="true" readPrivilege="view"/>
151151
<mandatoryConform>
152152
<feature name="SPRS"/>
@@ -162,7 +162,7 @@ Davis, CA 95616, USA
162162
</orTerm>
163163
</optionalConform>
164164
</attribute>
165-
<attribute id="0x0006" name="AlarmsSupported" type="AlarmModeBitmap" default="0">
165+
<attribute id="0x0006" name="AlarmsSupported" type="AlarmModeBitmap">
166166
<access read="true" readPrivilege="view"/>
167167
<quality persistence="fixed"/>
168168
<mandatoryConform>

0 commit comments

Comments
 (0)