Skip to content

Commit d171516

Browse files
authored
Update
1 parent 924caa8 commit d171516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

octoprint_psucontrol_raspberrymatic/templates/psucontrol_raspberrymatic_settings.jinja2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="control-group">
88
<div class="controls">
99
<label class="control-label">HM-IP<br/><span class="help-inline">IP of raspberrymatic with "http(s)://"</span></label>
10-
<input type="text" class="input-mini" data-bind="value: settings.plugins.psucontrol_raspberrymatic.ip"> <input type="checkbox" data-bind="checked: settings.plugins.psucontrol_raspberrymatic.enableSensing"> Enable
10+
<textarea rows="1" class="block" data-bind="value: settings.plugins.psucontrol_raspberrymatic.ip"></textarea>
1111
</div>
1212
</div>
1313
<h4>Switching</h4>
@@ -29,7 +29,7 @@
2929
<div class="control-group">
3030
<div class="controls">
3131
<label class="control-label">Sensing Command<br/><span class="help-inline">None to disable</span></label>
32-
<input type="text" class="input-mini" data-bind="value: settings.plugins.psucontrol_raspberrymatic.sensingCommand">
32+
<textarea rows="1" class="block" data-bind="value: settings.plugins.psucontrol_raspberrymatic.senseCommand"></textarea>
3333
</div>
3434
</div>
3535
</form>

0 commit comments

Comments
 (0)