Skip to content
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

Merged
merged 2 commits into from
Nov 27, 2016
Merged

MAX! Fix initiation issue #1495

merged 2 commits into from
Nov 27, 2016

Conversation

marcelrv
Copy link
Contributor

No description provided.

@@ -555,6 +556,22 @@ private void setProperties(Device device) {
*
* @param device
*/
/* (non-Javadoc)
Copy link
Member

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.

Copy link
Contributor Author

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();
Copy link
Member

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.

Copy link
Contributor Author

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]>
@kaikreuzer kaikreuzer merged commit ca53471 into openhab:master Nov 27, 2016
@kaikreuzer
Copy link
Member

thx!

Jamstah pushed a commit to Jamstah/openhab-addons that referenced this pull request Dec 12, 2016
* MAX! Fix initiation issue

Signed-off-by: Marcel Verpaalen <[email protected]>
@kaikreuzer kaikreuzer modified the milestone: 2.0.0 Jan 17, 2017
fharni pushed a commit to fharni/openhab2-addons that referenced this pull request Feb 10, 2017
* MAX! Fix initiation issue

Signed-off-by: Marcel Verpaalen <[email protected]>
@marcelrv marcelrv deleted the max-initfix branch January 29, 2019 15:07
markus7017 pushed a commit to markus7017/openhab-addons that referenced this pull request Aug 12, 2023
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants