2
0
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:
justme-1968 2014-01-10 00:18:21 +00:00
parent f19e3056d3
commit cc0843e55f

View File

@ -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";