mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
01_FHEMWEB.pm:warnings caused by LightScene calling FHEMWEB early (Forum #97954)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18764 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
20d80354c4
commit
dbf8412773
@ -3145,12 +3145,14 @@ FW_directNotify($@) # Notify without the event overhead (Forum #31293)
|
|||||||
|
|
||||||
###################
|
###################
|
||||||
# Compute the state (==second) column
|
# Compute the state (==second) column
|
||||||
|
# return ($allSets, $cmdList, $txt);
|
||||||
sub
|
sub
|
||||||
FW_devState($$@)
|
FW_devState($$@)
|
||||||
{
|
{
|
||||||
my ($d, $rf, $extPage) = @_;
|
my ($d, $rf, $extPage) = @_;
|
||||||
|
|
||||||
my ($hasOnOff, $link);
|
my ($hasOnOff, $link);
|
||||||
|
return ("","","") if(!$FW_wname);
|
||||||
|
|
||||||
my $cmdList = AttrVal($d, "webCmd", "");
|
my $cmdList = AttrVal($d, "webCmd", "");
|
||||||
my $allSets = FW_widgetOverride($d, getAllSets($d, $FW_chash));
|
my $allSets = FW_widgetOverride($d, getAllSets($d, $FW_chash));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user