-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[hue] Catch exception if 'AllGroup' does not exist #9502
Conversation
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
@@ -425,8 +426,6 @@ public String setLightName(HueObject light, String name) throws IOException, Api | |||
* @return all lights pseudo group | |||
*/ | |||
public Group getAllGroup() { | |||
requireAuthentication(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it there really for no valid reason ?
This is requiring a good analysis.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The deep analysis will reveal that this method (getAllGroup()
) never has been used before.
Code looks good. Woudl you want to wait for the additional testing? |
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de> Signed-off-by: Joseph Hagberg <joseph@zoidberg.se>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Fixes #9175
// CC @olemr
Signed-off-by: Christoph Weitkamp github@christophweitkamp.de