mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
82_LGTV_WebOS: Change Part of Code
git-svn-id: https://svn.fhem.de/fhem/trunk@16915 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8da8aaafeb
commit
734d91428b
@ -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.
|
||||||
|
- change: 82_LGTV_WebOS: change part of code
|
||||||
- bugfix: 49_SSCam: fix state turns to "off" even though cam is disabled
|
- bugfix: 49_SSCam: fix state turns to "off" even though cam is disabled
|
||||||
- bugfix: 38_netatmo: fixed camera recording and notification settings
|
- bugfix: 38_netatmo: fixed camera recording and notification settings
|
||||||
- feature: 36_WMBUS: support for WMBUS type C and Kamstrup Multical 21
|
- feature: 36_WMBUS: support for WMBUS type C and Kamstrup Multical 21
|
||||||
|
@ -69,7 +69,7 @@ eval "use Blocking;1" or $missingModul .= "Blocking ";
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
my $version = "2.0.4";
|
my $version = "2.0.5";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -366,15 +366,15 @@ sub LGTV_WebOS_TimerStatusRequest($) {
|
|||||||
|
|
||||||
LGTV_WebOS_Presence($hash) if( AttrVal($name,'pingPresence', 0) == 1 );
|
LGTV_WebOS_Presence($hash) if( AttrVal($name,'pingPresence', 0) == 1 );
|
||||||
|
|
||||||
readingsBulkUpdate($hash,'channel','-');
|
readingsBulkUpdateIfChanged($hash,'channel','-');
|
||||||
readingsBulkUpdate($hash,'channelName','-');
|
readingsBulkUpdateIfChanged($hash,'channelName','-');
|
||||||
readingsBulkUpdate($hash,'channelMedia','-');
|
readingsBulkUpdateIfChanged($hash,'channelMedia','-');
|
||||||
readingsBulkUpdate($hash,'channelCurrentTitle','-');
|
readingsBulkUpdateIfChanged($hash,'channelCurrentTitle','-');
|
||||||
readingsBulkUpdate($hash,'channelCurrentStartTime','-');
|
readingsBulkUpdateIfChanged($hash,'channelCurrentStartTime','-');
|
||||||
readingsBulkUpdate($hash,'channelCurrentEndTime','-');
|
readingsBulkUpdateIfChanged($hash,'channelCurrentEndTime','-');
|
||||||
readingsBulkUpdate($hash,'channelNextTitle','-');
|
readingsBulkUpdateIfChanged($hash,'channelNextTitle','-');
|
||||||
readingsBulkUpdate($hash,'channelNextStartTime','-');
|
readingsBulkUpdateIfChanged($hash,'channelNextStartTime','-');
|
||||||
readingsBulkUpdate($hash,'channelNextEndTime','-');
|
readingsBulkUpdateIfChanged($hash,'channelNextEndTime','-');
|
||||||
|
|
||||||
$hash->{helper}{device}{runsetcmd} = 0;
|
$hash->{helper}{device}{runsetcmd} = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user