You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: octoprint_tplinksmartplug/templates/tplinksmartplug_settings.jinja2
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@
227
227
<tr>
228
228
<td><divclass="controls"><labelclass="checkbox"><inputtype="checkbox"title="{{ _('Automatically connect to printer after powering on this plug and waiting for configured delay.') }}"data-toggle="tooltip"data-bind="checked: autoConnect, tooltip: {container: '#TPLinkPlugEditor'}"/> {{ _('Auto Connect') }}</label><divclass="input-append"data-toggle="tooltip"data-bind="tooltip: {container: '#TPLinkPlugEditor'}"title="{{ _('Amount of time to wait before attempting to connect to printer.') }}"><inputtype="number"data-bind="value: autoConnectDelay,enable: autoConnect"class="input input-mini"disabled /><spanclass="add-on">{{ _('secs') }}</span></div></div></td>
229
229
<td><divclass="controls"><labelclass="checkbox"><inputtype="checkbox"title="{{ _('Automatically disconnect from printer before waiting configured delay and powering off this plug.') }}"data-toggle="tooltip"data-bind="checked: autoDisconnect, tooltip: {container: '#TPLinkPlugEditor'}"/> {{ _('Auto Disconnect') }}</label><divclass="input-append"data-toggle="tooltip"data-bind="tooltip: {container: '#TPLinkPlugEditor'}"title="{{ _('Amount of time to wait after disconnecting.') }}"><inputtype="number"data-bind="value: autoDisconnectDelay,enable: autoDisconnect"class="input input-mini"disabled /><spanclass="add-on">{{ _('secs') }}</span></div></div></td>
<td><divclass="controls"><labelclass="checkbox"><inputtype="checkbox"title="{{ _('When enabled special GCODE commands can be monitored to power this plug on and off.') }}"data-toggle="tooltip"data-bind="checked: gcodeEnabled, tooltip: {container: '#TPLinkPlugEditor'}"/> {{ _('GCODE Trigger') }}</label></div></td>
0 commit comments