Skip to content

Commit

Permalink
Added Spec minimal for SceneTableSize to scene.xml to prevent setting…
Browse files Browse the repository at this point in the history
… a value lower than spec minimum (#29849)
  • Loading branch information
lpbeliveau-silabs authored and pull[bot] committed Dec 9, 2023
1 parent 88fa9bf commit 2063609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/zap-templates/zcl/data-model/chip/scene.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ limitations under the License.
<attribute side="server" code="0x0003" define="SCENE_VALID" type="boolean" min="0x00" max="0x01" writable="false" default="0x00" optional="false">SceneValid</attribute>
<attribute side="server" code="0x0004" define="SCENE_NAME_SUPPORT" type="bitmap8" min="0x00" max="0x80" writable="false" default="0x00" optional="false">NameSupport</attribute>
<attribute side="server" code="0x0005" define="LAST_CONFIGURED_BY" type="node_id" writable="false" isNullable="true" optional="true">LastConfiguredBy</attribute>
<attribute side="server" code="0x0006" define="SCENE_TABLE_SIZE" type="int16u" writable="false" optional="false">SceneTableSize</attribute>
<attribute side="server" code="0x0006" define="SCENE_TABLE_SIZE" type="int16u" min="16" writable="false" optional="false">SceneTableSize</attribute>
<attribute side="server" code="0x0007" define="REMAINING_CAPACITY" type="int8u" writable="false" optional="false">RemainingCapacity</attribute>
<command source="client" code="0x00" name="AddScene" response="AddSceneResponse" isFabricScoped="true" optional="false" cli="chip scenes add">
<description>
Expand Down

0 comments on commit 2063609

Please sign in to comment.