mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 19:36:02 +00:00
49_SSCam: contrib 9.4.0
git-svn-id: https://svn.fhem.de/fhem/trunk@22322 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b1b1c5f0e9
commit
e249ae3ca3
@ -7673,7 +7673,7 @@ sub ptzPanel {
|
|||||||
my $iPath = FW_iconPath($img);
|
my $iPath = FW_iconPath($img);
|
||||||
|
|
||||||
if($ftui) {
|
if($ftui) {
|
||||||
my $zbs = $pbsf*2;
|
my $zbs = $pbsf+100;
|
||||||
$img = "<img src=\"$FW_ME/$FW_icondir/$iPath\" height=\"$zbs%\" width=\"$zbs%\">";
|
$img = "<img src=\"$FW_ME/$FW_icondir/$iPath\" height=\"$zbs%\" width=\"$zbs%\">";
|
||||||
} else {
|
} else {
|
||||||
$img = "<img src=\"$FW_ME/$FW_icondir/$iPath\" height=\"$pbs%\" width=\"$pbs%\">";
|
$img = "<img src=\"$FW_ME/$FW_icondir/$iPath\" height=\"$pbs%\" width=\"$pbs%\">";
|
||||||
@ -9135,7 +9135,7 @@ sub sendChat {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
no strict "refs";
|
#no strict "refs";
|
||||||
my ($subject,$fileUrl,$uid,$fname,@as,%seen,@unique);
|
my ($subject,$fileUrl,$uid,$fname,@as,%seen,@unique);
|
||||||
|
|
||||||
$cache = cache($name, "c_init"); # Cache initialisieren
|
$cache = cache($name, "c_init"); # Cache initialisieren
|
||||||
@ -9235,7 +9235,7 @@ sub sendChat {
|
|||||||
readingsSingleUpdate($hash, "sendChatState", $ret, 1);
|
readingsSingleUpdate($hash, "sendChatState", $ret, 1);
|
||||||
Log3($name, 2, "$name - ERROR: $ret");
|
Log3($name, 2, "$name - ERROR: $ret");
|
||||||
} else {
|
} else {
|
||||||
$ret = $ret = "Chat message [$key] of transaction \"$tac\" for \"$_\" added to \"$chatbot\" sendqueue";
|
$ret = "Chat message [$key] of transaction \"$tac\" for \"$_\" added to \"$chatbot\" sendqueue";
|
||||||
readingsSingleUpdate($hash, "sendChatState", $ret, 1);
|
readingsSingleUpdate($hash, "sendChatState", $ret, 1);
|
||||||
Log3($name, 3, "$name - $ret");
|
Log3($name, 3, "$name - $ret");
|
||||||
}
|
}
|
||||||
@ -9248,7 +9248,7 @@ sub sendChat {
|
|||||||
|
|
||||||
SSChatBot_getapisites($chatbot); # Übertragung Sendqueue starten
|
SSChatBot_getapisites($chatbot); # Übertragung Sendqueue starten
|
||||||
|
|
||||||
use strict "refs";
|
# use strict "refs";
|
||||||
undef %chatparams;
|
undef %chatparams;
|
||||||
undef %{$extparamref};
|
undef %{$extparamref};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user