File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ <h1>Switch 1</h1>
98
98
</ div >
99
99
< div >
100
100
< label for ="sw1_auto_off_delay "> Auto off delay:</ label >
101
- < input type ="text " id ="sw1_auto_off_delay " placeholder ="HH:MM:SS.sss " required pattern ="(0*([0-9]|1[0-9]|2[0-3])):(0*([0-9]|[1-4][0-9]|5[0-9])):(0*([0-9]|[1-4][0-9]|5[0-9])).([1-9][0-9][0-9]|[0-9][1-9][0-9]) ">
101
+ < input type ="text " id ="sw1_auto_off_delay " placeholder ="HH:MM:SS.sss " required
102
+ pattern ="(0*([0-9]|1[0-9]|2[0-3])):(0*([0-9]|[1-4][0-9]|5[0-9])):(0*([0-9]|[1-4][0-9]|5[0-9])).([0-9][0-9][0-9]) ">
102
103
</ div >
103
104
< div class ="form-control ">
104
105
< label > </ label >
@@ -157,7 +158,8 @@ <h1>Switch 2</h1>
157
158
</ div >
158
159
< div >
159
160
< label for ="sw2_auto_off_delay "> Auto off delay:</ label >
160
- < input type ="text " id ="sw2_auto_off_delay " placeholder ="HH:MM:SS.sss " required pattern ="(0*([0-9]|1[0-9]|2[0-3])):(0*([0-9]|[1-4][0-9]|5[0-9])):(0*([0-9]|[1-4][0-9]|5[0-9])).(([1-9][0-9][0-9]|[0-9][1-9][0-9]) ">
161
+ < input type ="text " id ="sw2_auto_off_delay " placeholder ="HH:MM:SS.sss " required
162
+ pattern ="(0*([0-9]|1[0-9]|2[0-3])):(0*([0-9]|[1-4][0-9]|5[0-9])):(0*([0-9]|[1-4][0-9]|5[0-9])).([0-9][0-9][0-9]) ">
161
163
</ div >
162
164
< div class ="form-control ">
163
165
< label > </ label >
Original file line number Diff line number Diff line change 1
1
author : ' Deomid "rojer" Ryabkov'
2
2
description : A HomeKit firmware for Shelly switches
3
- version : 1.9.0
3
+ version : 1.9.1
4
4
platform : esp8266
5
5
6
6
libs_version : 2.17.0
You can’t perform that action at this time.
0 commit comments