This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Allow MQTT keep alive value of up to 3600s
i18n
Xose Pérez
6 years ago
parent
e4ef06b38c
commit
6035ed8eee
3 changed files
with
2368 additions
and
2368 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
code/espurna/data/index.html.gz
+2367
-2367
code/espurna/static/index.html.gz.h
+1
-1
code/html/index.html
BIN
code/espurna/data/index.html.gz
View File
+ 2367
- 2367
code/espurna/static/index.html.gz.h
File diff suppressed because it is too large
View File
+ 1
- 1
code/html/index.html
View File
@ -597,7 +597,7 @@
<
div
class
=
"pure-g"
>
<
label
class
=
"pure-u-1 pure-u-lg-1-4"
>
MQTT Keep Alive
<
/
label
>
<
input
class
=
"pure-u-1 pure-u-lg-1-4"
type
=
"number"
name
=
"mqttKeep"
min
=
"10"
max
=
"60"
tabindex
=
"28"
/
>
<
input
class
=
"pure-u-1 pure-u-lg-1-4"
type
=
"number"
name
=
"mqttKeep"
min
=
"10"
max
=
"
3
6
0
0"
tabindex
=
"28"
/
>
<
/
div
>
<
div
class
=
"pure-g module module-mqttssl"
>
Write
Preview
Loading…
Cancel
Save