Skip to content

Commit ebe01a1

Browse files
committed
Acthor 27k
Anpassung Gui für Openwb 2.0
1 parent b54a77b commit ebe01a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/modules/legacy_smart_home/smarthomeconfig.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@
405405
<option value="M3" data-option="M3">Acthor M3</option>
406406
<option value="9s" data-option="9s">Acthor 9s</option>
407407
<option value="9s18" data-option="9s18">Acthor 9s Dual 18k</option>
408+
<option value="9s27" data-option="9s27">Acthor 9s Trippel 27k</option>
408409
</select>
409410
<span class="form-text small">
410411
Hier ist das installierte Modell auszuwählen.
@@ -414,7 +415,7 @@
414415
<div class="form-row mb-1">
415416
<label for="device_acthorpowerDevices<?php echo $devicenum; ?>" class="col-md-4 col-form-label">Installierte Leistung</label>
416417
<div class="col">
417-
<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; ?>/">
418+
<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; ?>/">
418419
<span class="form-text small">
419420
Hier bitte die an den Acthor angeschlossene Leistung in Watt angeben.
420421
</span>

0 commit comments

Comments
 (0)