10_EnOcean: set routine: return to previous return values

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20251 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus.schauer 2019-09-26 12:04:39 +00:00
parent 99919207e8
commit 0ff9dd775a

View File

@ -6860,7 +6860,8 @@ sub EnOcean_Set($@)
if (AttrVal($name, "remoteManagement", "off") eq "manager") {
return "Unknown argument $cmd, choose one of $cmdList";
} else {
return "Unknown argument $cmd, choose one of";
return;
#return "Unknown argument $cmd, choose one of";
}
}