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 52c2aa908c
commit a7bcfcd46b
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) {