mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
6e41dfe312
commit
04acceb22f
@ -139,7 +139,8 @@ sub gcmsend_notify($$)
|
||||
|
||||
if (
|
||||
($stateFilter eq "" || $value =~ m/$stateFilter/) &&
|
||||
(! $deviceStates->{$key} || !($deviceStates->{$key} eq $value))
|
||||
(! $deviceStates->{$key} || !($deviceStates->{$key} eq $value)) &&
|
||||
(!($value eq ""))
|
||||
) {
|
||||
$deviceStates->{$key} = $value;
|
||||
if ($count != 0) {
|
Loading…
Reference in New Issue
Block a user