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:
parent
6e41dfe312
commit
04acceb22f
@ -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) {
|
Loading…
x
Reference in New Issue
Block a user