mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
82_LGTV_WebOS: fix uninitialized value
git-svn-id: https://svn.fhem.de/fhem/trunk@25823 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6451c65699
commit
440a676581
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- bugfix: 82_LGTV_WebOS: fix uninitialized value
|
||||||
- feature: 32_withings: added new ecg readings previously unknown
|
- feature: 32_withings: added new ecg readings previously unknown
|
||||||
- change: 82_LGTV_WebOS: split in to packages
|
- change: 82_LGTV_WebOS: split in to packages
|
||||||
- bugfix: 93_DbLog: $data{firstvalX} now usable, forum:#126631
|
- bugfix: 93_DbLog: $data{firstvalX} now usable, forum:#126631
|
||||||
|
@ -368,7 +368,7 @@ __END__
|
|||||||
],
|
],
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v3.6.1",
|
"version": "v3.6.2",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
||||||
],
|
],
|
||||||
|
@ -361,7 +361,7 @@ sub TimerStatusRequest {
|
|||||||
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
::readingsSingleUpdate( $hash, 'state', 'off', 1 )
|
::readingsBulkUpdateIfChanged( $hash, 'state', 'off' )
|
||||||
if ( ::ReadingsVal( $name, 'state', 'off' ) ne 'off' );
|
if ( ::ReadingsVal( $name, 'state', 'off' ) ne 'off' );
|
||||||
|
|
||||||
Presence($hash)
|
Presence($hash)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user