Skip to content

Commit

Permalink
Fix featuremap default
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Dec 5, 2023
1 parent 0762886 commit 2c86bc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7045,7 +7045,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
ram attribute featureMap default = 0x001F;
ram attribute featureMap default = 0x000F;
ram attribute clusterRevision default = 1;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11703,7 +11703,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x001F",
"defaultValue": "0x000F",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -21945,4 +21945,4 @@
}
],
"log": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ limitations under the License.
<define>ELECTRICAL_ENERGY_MEASUREMENT_CLUSTER</define>
<client tick="false" init="false">true</client>
<server tick="false" init="false">true</server>
<globalAttribute side="either" code="0xFFFD" value="1"/>
<globalAttribute side="either" code="0xFFFD" value="1"/> <!-- Revision -->

<attribute side="server" code="0x0000" define="MEASURED" type="boolean" writable="false" default="false" optional="false">Measured</attribute>
<attribute side="server" code="0x0001" define="ACCURACY" type="MeasurementAccuracyStruct" writable="false" default="false" optional="false">Accuracy</attribute>
Expand Down

0 comments on commit 2c86bc7

Please sign in to comment.