mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
use :noArg for get commands
git-svn-id: https://svn.fhem.de/fhem/trunk@3638 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f10b263e24
commit
4e99074a7b
@ -187,7 +187,7 @@ HUEBridge_Get($@)
|
||||
}
|
||||
return $ret;
|
||||
} else {
|
||||
return "Unknown argument $cmd, choose one of devices";
|
||||
return "Unknown argument $cmd, choose one of devices:noArg";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -455,7 +455,7 @@ HUEDevice_Get($@)
|
||||
return HUEDevice_devStateIcon($hash);
|
||||
}
|
||||
|
||||
return "Unknown argument $cmd, choose one of rgb RGB devStateIcon";
|
||||
return "Unknown argument $cmd, choose one of rgb:noArg RGB:noArg devStateIcon:noArg";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user