mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
Pushsafer: minor fix
git-svn-id: https://svn.fhem.de/fhem/trunk@12448 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d7722bbb52
commit
2347fd2dd7
@ -203,7 +203,6 @@ sub Pushsafer_createBody($$)
|
||||
|
||||
if($key =~/^p\d?$/)
|
||||
{
|
||||
|
||||
if($val =~ /^IPCAM:(\S+)$/)
|
||||
{
|
||||
my $ipcam = $1;
|
||||
@ -224,7 +223,7 @@ sub Pushsafer_createBody($$)
|
||||
elsif(-e $val)
|
||||
{
|
||||
$val = Pushsafer_createDataUrl($hash, $val);
|
||||
|
||||
next unless(defined($val));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user