Skip to content

Commit

Permalink
Fix ClusterRevision value for Basic Info (#13068)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzgrablic02 authored and pull[bot] committed Feb 15, 2022
1 parent 198f3aa commit e4c1e2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<code>0x0028</code>
<define>BASIC_CLUSTER</define>
<description>Attributes for determining basic information about a device, and setting user device information such as location.</description>
<globalAttribute side="either" code="0xFFFD" value="3"/>
<globalAttribute side="either" code="0xFFFD" value="1"/>

<attribute side="server" code="0" define="INTERACTION_MODEL_VERSION" type="int16u" default="1" >InteractionModelVersion</attribute>
<attribute side="server" code="1" define="VENDOR_NAME" type="char_string" length="32" >VendorName</attribute>
Expand Down

0 comments on commit e4c1e2f

Please sign in to comment.