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:
DS_Starter
2020-07-01 20:18:13 +00:00
parent 3dc2485eb9
commit 3717dca1b6

View File

@@ -7673,7 +7673,7 @@ sub ptzPanel {
my $iPath = FW_iconPath($img);
if($ftui) {
my $zbs = $pbsf*2;
my $zbs = $pbsf+100;
$img = "<img src=\"$FW_ME/$FW_icondir/$iPath\" height=\"$zbs%\" width=\"$zbs%\">";
} else {
$img = "<img src=\"$FW_ME/$FW_icondir/$iPath\" height=\"$pbs%\" width=\"$pbs%\">";
@@ -9135,7 +9135,7 @@ sub sendChat {
return;
}
no strict "refs";
#no strict "refs";
my ($subject,$fileUrl,$uid,$fname,@as,%seen,@unique);
$cache = cache($name, "c_init"); # Cache initialisieren
@@ -9235,7 +9235,7 @@ sub sendChat {
readingsSingleUpdate($hash, "sendChatState", $ret, 1);
Log3($name, 2, "$name - ERROR: $ret");
} 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);
Log3($name, 3, "$name - $ret");
}
@@ -9248,7 +9248,7 @@ sub sendChat {
SSChatBot_getapisites($chatbot); # Übertragung Sendqueue starten
use strict "refs";
# use strict "refs";
undef %chatparams;
undef %{$extparamref};