-
-
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] Improved code (notify status listener) #7511
Conversation
Signed-off-by: Laurent Garnier <[email protected]>
|
||
private static final String DEVICE_TYPE = "EclipseSmartHome"; | ||
|
||
private static enum STATUS_TYPE { |
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.
Please change enum name to camelcase
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.
You're right. It is fixed.
Signed-off-by: Laurent Garnier <[email protected]>
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.
LGTM
If you could merge this one, I will then update my PR about the hue groups because this will introduce a confliuct. |
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.
LGTM. Thanks. I left on minor comment - not related to your changes.
private long sensorPollingInterval = TimeUnit.MILLISECONDS.toMillis(500); | ||
public static final Set<ThingTypeUID> SUPPORTED_THING_TYPES = Collections.singleton(THING_TYPE_BRIDGE); | ||
|
||
private static final String DEVICE_TYPE = "EclipseSmartHome"; |
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.
I think it is time to change this to "openHAB".
* [hue] Improved code (notify status listener) Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Fabio Possieri <[email protected]>
* [hue] Improved code (notify status listener) Signed-off-by: Laurent Garnier <[email protected]>
* [hue] Improved code (notify status listener) Signed-off-by: Laurent Garnier <[email protected]>
* [hue] Improved code (notify status listener) Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: CSchlipp <[email protected]>
* [hue] Improved code (notify status listener) Signed-off-by: Laurent Garnier <[email protected]>
* [hue] Improved code (notify status listener) Signed-off-by: Laurent Garnier <[email protected]>
* [hue] Improved code (notify status listener) Signed-off-by: Laurent Garnier <[email protected]>
* [hue] Improved code (notify status listener) Signed-off-by: Laurent Garnier <[email protected]>
* [hue] Improved code (notify status listener) Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
* [hue] Improved code (notify status listener) Signed-off-by: Laurent Garnier <[email protected]>
Signed-off-by: Laurent Garnier [email protected]