FHEMWEB on/off logic should support the :noArg specifier in the help
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4222 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -138,9 +138,9 @@ FHEMWEB_Initialize($)
|
||||
refresh
|
||||
reverseLogs:0,1
|
||||
roomIcons
|
||||
smallscreen:deprecated
|
||||
smallscreen:unused
|
||||
stylesheetPrefix
|
||||
touchpad:deprecated
|
||||
touchpad:unused
|
||||
webname
|
||||
);
|
||||
use warnings 'qw';
|
||||
@@ -2030,8 +2030,8 @@ FW_devState($$@)
|
||||
my $state = $defs{$d}{STATE};
|
||||
$state = "" if(!defined($state));
|
||||
|
||||
$hasOnOff = ($allSets =~ m/(^| )on( |$)/ &&
|
||||
$allSets =~ m/(^| )off( |$)/);
|
||||
$hasOnOff = ($allSets =~ m/(^| )on(:[^ ]*)?( |$)/ &&
|
||||
$allSets =~ m/(^| )off(:[^ ]*)?( |$)/);
|
||||
my $txt = $state;
|
||||
if(defined(AttrVal($d, "showtime", undef))) {
|
||||
my $v = $defs{$d}{READINGS}{state}{TIME};
|
||||
|
||||
Reference in New Issue
Block a user