-
-
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
MAX! Fix initiation issue #1495
Conversation
@@ -555,6 +556,22 @@ private void setProperties(Device device) { | |||
* | |||
* @param device | |||
*/ | |||
/* (non-Javadoc) |
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.
this second JavaDoc seems superfluous.
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.
seems I paste it back on the wrong place. This is for the next function
public void bridgeStatusChanged(ThingStatusInfo bridgeStatusInfo) { | ||
logger.debug("Bridge Status updated to {} for device: {}", bridgeStatusInfo.getStatus().toString(), | ||
getThing().getUID().toString()); | ||
getMaxCubeBridgeHandler(); |
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.
Is this line necessary? The handler should always be there and still be the same as during initialize() is called.
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.
fair. I removed it
Signed-off-by: Marcel Verpaalen <[email protected]>
thx! |
* MAX! Fix initiation issue Signed-off-by: Marcel Verpaalen <[email protected]>
* MAX! Fix initiation issue Signed-off-by: Marcel Verpaalen <[email protected]>
The tables were wrong and confusing. I fixed the errors (reverse engineered from code), merged them into one, streamlined it so it shows the three relevant columns "Equipment", "Point" and "Property". Signed-off-by: Eiko Wagenknecht <[email protected]>
No description provided.