mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
99919207e8
commit
0ff9dd775a
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user