2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 11:26:55 +00:00

10_KNX.pm: added comments

git-svn-id: https://svn.fhem.de/fhem/trunk@12687 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
andi291 2016-11-29 19:20:57 +00:00
parent dda6bad0c2
commit 144f6df236

View File

@ -320,6 +320,7 @@ KNX_Get($@) {
Log3 ($name, 5, "enter get $name: hash: $hash, attributes: $tempStr");
#FHEM asks with a ? at startup - no action, no log
#do not use KNX_getCmdList because argument will be a group-adress
return "Unknown argument ?, choose one of -" if(defined($a[1]) and ($a[1] =~ m/\?/));
splice(@a, 1, 1) if (defined ($a[1]) and ($a[1] =~ m/-/));