33_readingsGroup.pm: optimized startup

git-svn-id: https://svn.fhem.de/fhem/trunk@13721 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2017-03-17 09:20:37 +00:00
parent 7c99545a7e
commit 436e3f232e

View File

@@ -1186,6 +1186,7 @@ readingsGroup_Notify($$)
readingsGroup_inithtml($hash);
return undef;
}
return if( !$init_done );
return if( AttrVal($name,"disable", 0) > 0 );