mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
temporarily force alwaysTrigger
git-svn-id: https://svn.fhem.de/fhem/trunk@4599 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f19e3056d3
commit
cc0843e55f
@ -466,7 +466,7 @@ readingsGroup_detailFn()
|
||||
|
||||
my $hash = $defs{$d};
|
||||
|
||||
if( $hash->{alwaysTrigger} ) {
|
||||
if( 1 || $hash->{alwaysTrigger} ) {
|
||||
delete( $hash->{helper}->{myDisplay} );
|
||||
} else {
|
||||
Log3 $hash->{NAME}, 5, "opened: $FW_cname";
|
||||
@ -493,7 +493,7 @@ readingsGroup_Notify($$)
|
||||
|
||||
return if( AttrVal($name,"disable", 0) > 0 );
|
||||
|
||||
if( $hash->{alwaysTrigger} ) {
|
||||
if( 1 || $hash->{alwaysTrigger} ) {
|
||||
} elsif( !defined($hash->{helper}{myDisplay})
|
||||
|| !%{$hash->{helper}{myDisplay}} ) {
|
||||
Log3 $name, 5, "$name: not on any display, ignoring notify";
|
||||
|
Loading…
x
Reference in New Issue
Block a user