mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
31_Nello: syntax error
git-svn-id: https://svn.fhem.de/fhem/trunk@15388 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
83f88bf42c
commit
c5400fbc85
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 31_Nello: syntax error
|
||||
- feature: fhemweb_iconRadio.js: add a user defined class to svg icons by
|
||||
prefix class<classname>@, improved matching for a numeric sequence
|
||||
of compare values, color numbers are now case insensitive
|
||||
|
@ -172,7 +172,7 @@ sub Nello_loadInternals($) {
|
||||
Nello_poll($hash);
|
||||
}
|
||||
|
||||
InternalTimer(gettimeofday()+10), "Nello_updateMQTTIP", $hash);
|
||||
InternalTimer(gettimeofday()+10, "Nello_updateMQTTIP", $hash);
|
||||
}
|
||||
|
||||
sub Nello_login {
|
||||
|
Loading…
x
Reference in New Issue
Block a user