Skip to content

Commit

Permalink
Accidentially used on instead of off
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworf committed Jun 14, 2018
1 parent b69b409 commit fdf9932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/template/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1><a href="https://github.com/mrworf/photoframe">PhotoFrame Configuration</a><
<input value="{{shutdown-pin}}" type="text" class="small" name="shutdown-pin" data-validate="gpio" data-confirm="gpio">
<br>
Turn on display at hour <input value="{{display-on}}" type="text" class="small aright" name="display-on" data-validate="time">
and off at hour <input value="{{display-off}}" type="text" class="small aright" name="display-on" data-validate="time"> (24h time)
and off at hour <input value="{{display-off}}" type="text" class="small aright" name="display-off" data-validate="time"> (24h time)
<br>
Auto off if ambient lux is below
<input value="{{autooff-lux}}" type="text" class="medium" name="autooff-lux" data-validate="lux"> lux for
Expand Down

0 comments on commit fdf9932

Please sign in to comment.