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:
justme1968
2013-08-09 12:42:43 +00:00
parent b1998e5213
commit 4c078ca228
2 changed files with 2 additions and 2 deletions

View File

@@ -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";
}
}

View File

@@ -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";
}