forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update my Fork #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Discovery of multiple Cubes on the network * Integration of MaxCubeDiscover.java into MaxCubeBridgeDiscovery.java for faster discovery results * Improvement of discovery via mulicast message openhab/openhab1-addons#1902 * Implementation of refreshType command to trigger refresh * Change the numeric values types to BigDecimal to enable (once issue #64 fixed) direct reading of the default values * Rearrange the device dispose to avoid confusing messages * Fix no bridge found issue after changing the bridge configuration * implementation of broadcast to 255.255.255.255 from issue #96 Signed-off-by: Marcel Verpaalen <[email protected]>
Improvement of parsing S message Signed-off-by: Marcel Verpaalen <[email protected]>
…o marcelrv-maxcube-R5
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Add OS X hint.
Update ide.md
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Also includes: Set boost needs a setpoint temperature #1821 (openhab/openhab1-addons#1821) alternative approach simplifying the code. new lines at end of all files as suggested by Thomas. Signed-off-by: marcel <[email protected]>
replaced some maxcube reference to MAX! Signed-off-by: Marcel Verpaalen <[email protected]>
MAX! Update for new xsd definitions
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
…n flags more reliable Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
… home-groups Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Marcel Verpaalen <[email protected]>
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
The version of the service component package for OSGi Release 4 is using the version 1.2. The JavaDoc API states, that consumer of the API should use version="[1.2,2.0)" for the version of the import. I cannot find an implementation of the fixed version 1.2.2, perhaps this is only supported by equinox. Source: http://www.osgi.org/javadoc/r4v43/residential/org/osgi/service/component/package-summary.html Signed-off-by: Markus Rathgeb <[email protected]>
fix version requirements of service.component import
Fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=458180 Signed-off-by: Karel Goderis <[email protected]>
Update logback_debug.xml
Signed-off-by: Marcel Verpaalen <[email protected]>
The file SonosXMLParser.java is using the following imports: - org.xml.sax.Attributes; - org.xml.sax.InputSource; - org.xml.sax.SAXException; - org.xml.sax.XMLReader; - org.xml.sax.helpers.DefaultHandler; - org.xml.sax.helpers.XMLReaderFactory; The OSGi specification mandates that a bundle declare all package depenencies using either Import-Package or Require-Bundle. The one exception to this rule is the java.* packages which is always delegated to the boot classpath. All other packages dependencies must be declared in the bundle's manifest file. Signed-off-by: Markus Rathgeb <[email protected]>
sonos: fix missing import-package
*Improve discovery service to avoid startup delays *Improve discovery with background discovery Signed-off-by: Marcel Verpaalen <[email protected]>
Signed-off-by: Dan Cunningham <[email protected]> (github: @digitaldan)
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
MAX! binding issue #202 Signed-off-by: Marcel Verpaalen <[email protected]>
Avoid setting Actual temperature when no actual is received.
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer) Signed-off-by: Kai Kreuzer <[email protected]>
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer) Signed-off-by: Kai Kreuzer <[email protected]>
Improve discovery service to avoid startup delays
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer) Signed-off-by: Kai Kreuzer <[email protected]>
Signed-off-by: Marcel Verpaalen <[email protected]>
… into marcelrv-dutyCycleChannel
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
* Improve behavior when network is interrupted (e.g. laptop sleeps) by using a fixed delay instead of fixed rate * Improve the discovery results reading * refactor the messages sending to allow better unit testing (separate the content determination from the sending) * Removed one findbugs warning/ nullpointerexception when no reply from cube is coming Signed-off-by: Marcel Verpaalen <[email protected]>
Improve behavior when network is interrupted (e.g. laptop sleeps)
Signed-off-by: Christian Rockrohr <[email protected]> (github: habnefrage)
Enhance timestamp in log files Signed-off-by: Karel Goderis <[email protected]>
…nd_device_names Fixed encoding problem for room and device names
Update logback_debug.xml
…o peuter-cups-binding Added missing imports for java.xml # Conflicts: # addons/binding/pom.xml Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Update compatibility.md
Signed-off-by: Kai Kreuzer <[email protected]>
added missing emf import
Windows build does not start with included batch files #215 Signed-off-by: Marcel Verpaalen <[email protected]>
Fix for startup issues in windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.