Skip to content

Commit 26d3030

Browse files
committed
Reverted max="86400" in RANDOMIZATION_DELAY_WINDOW which upsets some builds
1 parent 59c5802 commit 26d3030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/zap-templates/zcl/data-model/chip/energy-evse-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ limitations under the License.
131131
<access op="write" privilege="manage"/>
132132
<description>UserMaximumChargeCurrent</description>
133133
</attribute>
134-
<attribute code="0x000A" side="server" type="elapsed_s" define="RANDOMIZATION_DELAY_WINDOW" default="600" writable="true" optional="true" max="86400">
134+
<attribute code="0x000A" side="server" type="elapsed_s" define="RANDOMIZATION_DELAY_WINDOW" default="600" writable="true" optional="true">
135135
<access op="write" privilege="manage"/>
136136
<description>RandomizationDelayWindow</description>
137137
</attribute>

0 commit comments

Comments
 (0)