forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Upgrade #1
Merged
Merged
Upgrade #1
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
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Dancho Penev <[email protected]>
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)
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Gerhard Riegler <[email protected]>
Fixed ThingItemUIProvider to also work with ChannelGroups
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
* 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]>
-Changed TypeIDs, ChannelIDs and Config Parameters to lower case -Chagned Thing Discovery Label -Fixed Typo in function startDisconvery -Removed Background Discovery Signed-off-by: Marc Mettke <[email protected]>
Initial contribution to NetworkHealth 2.0 binding
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)
kgoderis
added a commit
that referenced
this pull request
Jan 15, 2015
kgoderis
pushed a commit
that referenced
this pull request
May 4, 2015
Merge with master Merge pull request #2 from openhab/master Merge with master initial contribution of the pulseaudio binding, including discovery service Signed-off-by: Tobias Bräutigam <[email protected]> - check if the server is connectable before creating a bridge for it - add binding to pom.xml Signed-off-by: Tobias Bräutigam <[email protected]> use real pulseaudio item names Signed-off-by: Tobias Bräutigam <[email protected]> - finer grained thing definitions - sink-inputs can be rerouted Signed-off-by: Tobias Bräutigam <[email protected]> - fixed misdefined channel - some code cleanup Signed-off-by: Tobias Bräutigam <[email protected]> the mdns bundles name has changed Signed-off-by: Tobias Bräutigam <[email protected]> missing part of the last commit Signed-off-by: Tobias Bräutigam <[email protected]> changes due to Kai´s code review Signed-off-by: Tobias Bräutigam <[email protected]> log message removed Signed-off-by: Tobias Bräutigam <[email protected]> moved client connection into a scheduled runnable Signed-off-by: Tobias Bräutigam <[email protected]>
kgoderis
added a commit
that referenced
this pull request
Dec 7, 2015
Signed-off-by: Karel Goderis <[email protected]>
kgoderis
pushed a commit
that referenced
this pull request
May 18, 2023
…penhab#13695) * [jsscripting] Refactor ThreadsafeTimers to create futures inline instead of in an extra methods * [jsscripting] Introduce utility class for providing easy access to script services * [jsscripting] Reimplement timer creation methods from ScriptExecution for thread-safety * [jsscripting] Add missing JavaDoc for reimplement timer creation methods * [jsscripting] Remove the future from the map when setTimeout expires * [jsscripting] Rename `GraalJSScriptServiceUtil` to `JSScriptServiceUtil` * [jsscripting] Remove the `createTimerWithArgument` method * [jsscripting] Replace the OSGi workaround of `JSScriptServiceUtil` with an injection mechanism * [jsscripting] Use constructor to inject `JSScriptServiceUtil` into `GraalJSScriptEngineFactory` * [jsscripting] Minor improvements by @J-N-K (#1) * [jsscripting] Minor changes related to last commit to keep flexibility of `JSRuntimeFeatures` * [jsscripting] Upgrade openhab-js to v2.1.1 * [jsscripting] Remove unused code Signed-off-by: Florian Hotze <[email protected]> Co-authored-by: Jan N. Klug <[email protected]>
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.