fhem-mirror icon indicating copy to clipboard operation
fhem-mirror copied to clipboard

FHEM/10_KNX.pm : Line 159 missing $ at the end

Open jksd opened this issue 3 years ago • 0 comments

Bug:

my $PAT_GAD_NONAME = '^(on|off|value|raw|' . $PAT_GAD_OPTIONS . q{|} . $PAT_GAD_SUFFIX . ')';

OK: my $PAT_GAD_NONAME = '^(on|off|value|raw|' . $PAT_GAD_OPTIONS . q{|} . $PAT_GAD_SUFFIX . ')$';

Without the tailing $, "offen" would be identified as illegal, too. Thank you in advance for fixing.

jksd avatar Sep 20 '21 15:09 jksd