2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-28 17:12:32 +00:00

rename gcmsend and FS20_ZDR to 98 modules

git-svn-id: https://svn.fhem.de/fhem/trunk@3795 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klassm 2013-08-26 16:09:25 +00:00
parent 6e41dfe312
commit 04acceb22f
2 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ sub gcmsend_notify($$)
if ( if (
($stateFilter eq "" || $value =~ m/$stateFilter/) && ($stateFilter eq "" || $value =~ m/$stateFilter/) &&
(! $deviceStates->{$key} || !($deviceStates->{$key} eq $value)) (! $deviceStates->{$key} || !($deviceStates->{$key} eq $value)) &&
(!($value eq ""))
) { ) {
$deviceStates->{$key} = $value; $deviceStates->{$key} = $value;
if ($count != 0) { if ($count != 0) {