Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build UI #1521

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions web/settings/modules/legacy_smart_home/smarthomeconfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@
<option value="M3" data-option="M3">Acthor M3</option>
<option value="9s" data-option="9s">Acthor 9s</option>
<option value="9s18" data-option="9s18">Acthor 9s Dual 18k</option>
<option value="9s27" data-option="9s27">Acthor 9s boost 27k</option>
<option value="9s45" data-option="9s45">Acthor 9s boost 45k</option>
<option value="9s27" data-option="9s27">Acthor 9s Boost 27k</option>
<option value="9s45" data-option="9s45">Acthor 9s Boost 45k</option>
</select>
<span class="form-text small">
Hier ist das installierte Modell auszuwählen.
Expand All @@ -416,7 +416,7 @@
<div class="form-row mb-1">
<label for="device_acthorpowerDevices<?php echo $devicenum; ?>" class="col-md-4 col-form-label">Installierte Leistung</label>
<div class="col">
<input id="device_acthorpowerDevices<?php echo $devicenum; ?>" name="device_acthorpower" class="form-control" type="number" min="0" max="18000" step="100" required="required" data-default="0" value="0" data-topicprefix="openWB/LegacySmartHome/config/get/" data-topicsubgroup="Devices/<?php echo $devicenum; ?>/">
<input id="device_acthorpowerDevices<?php echo $devicenum; ?>" name="device_acthorpower" class="form-control" type="number" min="0" max="50000" step="100" required="required" data-default="0" value="0" data-topicprefix="openWB/LegacySmartHome/config/get/" data-topicsubgroup="Devices/<?php echo $devicenum; ?>/">
<span class="form-text small">
Hier bitte die an den Acthor angeschlossene Leistung in Watt angeben.
</span>
Expand Down