mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
49_SSCAM: "link_open" doesn't work after last update
git-svn-id: https://svn.fhem.de/fhem/trunk@11129 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
23e1c696dc
commit
15cb46808f
@ -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: 49_SSCAM: "link_open" doesn't work after last update
|
||||||
- added: 70_BRAVIA: new module for Sony Televisions
|
- added: 70_BRAVIA: new module for Sony Televisions
|
||||||
- feature: 98_statistics: attr specialDeltaPeriod (new) enhanced for more
|
- feature: 98_statistics: attr specialDeltaPeriod (new) enhanced for more
|
||||||
than one value and different periods
|
than one value and different periods
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
##########################################################################################################
|
##########################################################################################################
|
||||||
# Versions History:
|
# Versions History:
|
||||||
#
|
#
|
||||||
|
# 1.22 27.03.2016 bugfix "link_open" doesn't work after last update
|
||||||
# 1.21 23.03.2016 added "lastrec","lastrec_open" to playback last recording
|
# 1.21 23.03.2016 added "lastrec","lastrec_open" to playback last recording
|
||||||
# 1.20.3 19.03.2016 change: delay of InternalTimer(s) changed
|
# 1.20.3 19.03.2016 change: delay of InternalTimer(s) changed
|
||||||
# "ptzlistpresets" - "id" changed to "position" according to Synology-ticket
|
# "ptzlistpresets" - "id" changed to "position" according to Synology-ticket
|
||||||
@ -414,20 +415,18 @@ sub SSCam_Set {
|
|||||||
$prop = "link";
|
$prop = "link";
|
||||||
if ($prop1) {$hash->{HELPER}{VIEWOPENROOM} = $prop1;} else {delete $hash->{HELPER}{VIEWOPENROOM};}
|
if ($prop1) {$hash->{HELPER}{VIEWOPENROOM} = $prop1;} else {delete $hash->{HELPER}{VIEWOPENROOM};}
|
||||||
$hash->{HELPER}{OPENWINDOW} = 1;
|
$hash->{HELPER}{OPENWINDOW} = 1;
|
||||||
} else {
|
$hash->{HELPER}{WLTYPE} = $prop;
|
||||||
$hash->{HELPER}{OPENWINDOW} = 0;
|
} elsif ($prop eq "lastrec_open") {
|
||||||
}
|
|
||||||
|
|
||||||
if ($prop eq "lastrec_open") {
|
|
||||||
$prop = "lastrec";
|
$prop = "lastrec";
|
||||||
if ($prop1) {$hash->{HELPER}{VIEWOPENROOM} = $prop1;} else {delete $hash->{HELPER}{VIEWOPENROOM};}
|
if ($prop1) {$hash->{HELPER}{VIEWOPENROOM} = $prop1;} else {delete $hash->{HELPER}{VIEWOPENROOM};}
|
||||||
$hash->{HELPER}{OPENWINDOW} = 1;
|
$hash->{HELPER}{OPENWINDOW} = 1;
|
||||||
|
$hash->{HELPER}{WLTYPE} = $prop;
|
||||||
} else {
|
} else {
|
||||||
$hash->{HELPER}{OPENWINDOW} = 0;
|
$hash->{HELPER}{OPENWINDOW} = 0;
|
||||||
|
$hash->{HELPER}{WLTYPE} = $prop;
|
||||||
}
|
}
|
||||||
|
runliveview($hash);
|
||||||
|
|
||||||
$hash->{HELPER}{WLTYPE} = $prop;
|
|
||||||
runliveview($hash);
|
|
||||||
}
|
}
|
||||||
elsif ($opt eq "extevent")
|
elsif ($opt eq "extevent")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user