Skip to content

Commit

Permalink
Removed min/max for Randomisation window due to ZAP bug that doesn't …
Browse files Browse the repository at this point in the history
…allow more than 2 bytes.
  • Loading branch information
jamesharrow committed Jan 14, 2024
1 parent c0626e5 commit 4fde8f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ limitations under the License.
<access op="write" privilege="manage"/>
<description>UserMaximumChargeCurrent</description>
</attribute>
<attribute code="0x000A" side="server" type="elapsed_s" define="RANDOMIZATION_DELAY_WINDOW" default="600" writable="true" optional="true" min="0" max="86400">
<attribute code="0x000A" side="server" type="elapsed_s" define="RANDOMIZATION_DELAY_WINDOW" default="600" writable="true" optional="true">
<access op="write" privilege="manage"/>
<description>RandomizationDelayWindow</description>
</attribute>
Expand Down

0 comments on commit 4fde8f8

Please sign in to comment.