Skip to content

Commit 2aa085d

Browse files
committed
modify panel text
1 parent 18a249f commit 2aa085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/bituopmd/www/bituo_panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class BituoPanel extends HTMLElement {
238238
<h3>Polling Interval (5-3600s)</h3>
239239
<label for="data-frequency">Interval (seconds):</label>
240240
<input id="data-frequency" type="number" min="5" max="3600"/><br /> <!-- 限制值为 5 到 3600 -->
241-
<small style="color: #555;">Notice: If you have paired multiple devices, it is recommended to increase the polling interval to avoid excessive network load.(default=10s)</small><br />
241+
<small style="color: #555;">Notice: If you have paired multiple devices, it is recommended to increase the polling interval to avoid excessive network load.(default=5s)</small><br />
242242
<div class="checkbox-container">
243243
<input id="apply-to-all" type="checkbox">
244244
<label for="apply-to-all">Apply to all devices</label>

0 commit comments

Comments
 (0)