forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'openhab:main' into main
- Loading branch information
Showing
10,041 changed files
with
21,660 additions
and
13,101 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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
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
2 changes: 1 addition & 1 deletion
2
.../main/java/org/openhab/automation/groovyscripting/internal/GroovyScriptEngineFactory.java
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
2 changes: 1 addition & 1 deletion
2
...scripting/src/main/java/org/openhab/automation/groovyscripting/internal/package-info.java
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
2 changes: 1 addition & 1 deletion
2
...n/java/org/openhab/automation/jrubyscripting/internal/JRubyScriptEngineConfiguration.java
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
2 changes: 1 addition & 1 deletion
2
...rc/main/java/org/openhab/automation/jrubyscripting/internal/JRubyScriptEngineFactory.java
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
2 changes: 1 addition & 1 deletion
2
...yscripting/src/main/java/org/openhab/automation/jrubyscripting/internal/package-info.java
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
30 changes: 30 additions & 0 deletions
30
.../org.openhab.automation.jrubyscripting/src/main/resources/OH-INF/i18n/jruby_de.properties
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
# service | ||
|
||
service.automation.jrubyscripting.label = JRuby Scripting | ||
|
||
# bundle config | ||
|
||
automation.config.jruby.gem_home.label = GEM_HOME | ||
automation.config.jruby.gem_home.description = Das Verzeichnis in das Ruby Gems installiert und geladen werden. Das Verzeichnis wird erstellt, wenn es nicht existiert und Ruby Gems zur Installation angegeben werden | ||
automation.config.jruby.gems.label = Ruby Gems | ||
automation.config.jruby.gems.description = Kommagetrennte Liste von zu installierenden Ruby Gems. | ||
automation.config.jruby.group.environment.label = Ruby-Umgebung | ||
automation.config.jruby.group.environment.description = Diese Gruppe definiert die Ruby Umgebung. | ||
automation.config.jruby.group.gems.label = Ruby Gems | ||
automation.config.jruby.group.gems.description = Diese Gruppe definiert die Liste der zu installierenden Ruby Gems. | ||
automation.config.jruby.group.system.label = Systemeigenschaften | ||
automation.config.jruby.group.system.description = Diese Gruppe definiert JRuby Systemeigenschaften. | ||
automation.config.jruby.local_context.label = Context Instance Type | ||
automation.config.jruby.local_context.description = Der lokale Kontext beinhaltet die Ruby Laufzeitumgebung und Name-Wert Paare für das Teilen von Variablen zwischen Java und Ruby. Siehe https\://github.com/jruby/jruby/wiki/RedBridge\#Context_Instance_Type für Optionen und Details. | ||
automation.config.jruby.local_context.option.singleton = Singleton | ||
automation.config.jruby.local_context.option.threadsafe = ThreadSafe | ||
automation.config.jruby.local_context.option.singlethread = SingleThread | ||
automation.config.jruby.local_context.option.concurrent = Concurrent | ||
automation.config.jruby.local_variable.label = Lokales Variablenverhalten | ||
automation.config.jruby.local_variable.description = Definiert, wie Variablen zwischen Ruby und Java geteilt werden. Siehe https\://github.com/jruby/jruby/wiki/RedBridge\#local-variable-behavior-options für Optionen und Details. | ||
automation.config.jruby.local_variable.option.transient = Transient | ||
automation.config.jruby.local_variable.option.persistent = Persistent | ||
automation.config.jruby.local_variable.option.global = Global | ||
automation.config.jruby.rubylib.label = RUBYLIB | ||
automation.config.jruby.rubylib.description = Suchpfad für Benutzerbibliotheken. Trennen Sie jeden Pfad mit einem Doppelpunkt (Semikolon unter Windows). |
30 changes: 30 additions & 0 deletions
30
.../org.openhab.automation.jrubyscripting/src/main/resources/OH-INF/i18n/jruby_it.properties
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
# service | ||
|
||
service.automation.jrubyscripting.label = JRuby Scripting | ||
|
||
# bundle config | ||
|
||
automation.config.jruby.gem_home.label = GEM_HOME | ||
automation.config.jruby.gem_home.description = Posizione dove Ruby Gems verrà installato e caricato, la directory verrà creata se mancante e l'installazione di gem sarà specificata | ||
automation.config.jruby.gems.label = Ruby Gems | ||
automation.config.jruby.gems.description = Lista separata da virgola delle Ruby Gems da installare. | ||
automation.config.jruby.group.environment.label = Ambiente Di Ruby | ||
automation.config.jruby.group.environment.description = Questo gruppo definisce l'ambiente di Ruby. | ||
automation.config.jruby.group.gems.label = Ruby Gems | ||
automation.config.jruby.group.gems.description = Questo gruppo definisce la lista di Ruby Gems da installare. | ||
automation.config.jruby.group.system.label = Proprietà di sistema | ||
automation.config.jruby.group.system.description = Questo gruppo definisce le proprietà del sistema JRuby. | ||
automation.config.jruby.local_context.label = Tipo Context Instance | ||
automation.config.jruby.local_context.description = Il contesto locale contiene il runtime Ruby, le coppie nome-valore per la condivisione di variabili tra Java e Ruby. Vedi https\://github.com/jruby/jruby/wiki/RedBridge\#Context_Instance_Type per opzioni e dettagli. | ||
automation.config.jruby.local_context.option.singleton = Singleton | ||
automation.config.jruby.local_context.option.threadsafe = Thread Sicura | ||
automation.config.jruby.local_context.option.singlethread = Thread Singola | ||
automation.config.jruby.local_context.option.concurrent = Concorrente | ||
automation.config.jruby.local_variable.label = Comportamento Variabile Locale | ||
automation.config.jruby.local_variable.description = Definisce come le variabili sono condivise tra Ruby e Java. Vedi https\://github.com/jruby/jruby/wiki/RedBridge\#local-variable-behavior-options per opzioni e dettagli. | ||
automation.config.jruby.local_variable.option.transient = Transitorio | ||
automation.config.jruby.local_variable.option.persistent = Persistente | ||
automation.config.jruby.local_variable.option.global = Globale | ||
automation.config.jruby.rubylib.label = RUBYLIB | ||
automation.config.jruby.rubylib.description = Percorso di ricerca per le librerie utente. Separare ogni percorso con due punti (punto e virgola in Windows). |
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
2 changes: 1 addition & 1 deletion
2
...src/main/java/org/openhab/automation/jsscripting/internal/DebuggingGraalScriptEngine.java
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
2 changes: 1 addition & 1 deletion
2
...src/main/java/org/openhab/automation/jsscripting/internal/GraalJSScriptEngineFactory.java
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
2 changes: 1 addition & 1 deletion
2
....jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/ModuleLocator.java
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
2 changes: 1 addition & 1 deletion
2
...src/main/java/org/openhab/automation/jsscripting/internal/OpenhabGraalJSScriptEngine.java
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
2 changes: 1 addition & 1 deletion
2
.../main/java/org/openhab/automation/jsscripting/internal/ScriptExtensionModuleProvider.java
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
2 changes: 1 addition & 1 deletion
2
...ng/src/main/java/org/openhab/automation/jsscripting/internal/fs/DelegatingFileSystem.java
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
2 changes: 1 addition & 1 deletion
2
...main/java/org/openhab/automation/jsscripting/internal/fs/PrefixedSeekableByteChannel.java
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
2 changes: 1 addition & 1 deletion
2
...java/org/openhab/automation/jsscripting/internal/fs/ReadOnlySeekableByteArrayChannel.java
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
2 changes: 1 addition & 1 deletion
2
...c/main/java/org/openhab/automation/jsscripting/internal/fs/watch/JSDependencyTracker.java
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
2 changes: 1 addition & 1 deletion
2
...c/main/java/org/openhab/automation/jsscripting/internal/fs/watch/JSScriptFileWatcher.java
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
2 changes: 1 addition & 1 deletion
2
...va/org/openhab/automation/jsscripting/internal/scope/AbstractScriptExtensionProvider.java
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
2 changes: 1 addition & 1 deletion
2
...ipting/src/main/java/org/openhab/automation/jsscripting/internal/scope/ClassExtender.java
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
2 changes: 1 addition & 1 deletion
2
...sscripting/src/main/java/org/openhab/automation/jsscripting/internal/scope/Lifecycle.java
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
2 changes: 1 addition & 1 deletion
2
...n/java/org/openhab/automation/jsscripting/internal/scope/OSGiScriptExtensionProvider.java
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
2 changes: 1 addition & 1 deletion
2
.../src/main/java/org/openhab/automation/jsscripting/internal/scope/ScriptDisposalAware.java
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
2 changes: 1 addition & 1 deletion
2
...hab/automation/jsscripting/internal/scope/ScriptDisposalAwareScriptExtensionProvider.java
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
2 changes: 1 addition & 1 deletion
2
...cripting/src/main/java/org/openhab/automation/jsscripting/internal/scope/SharedCache.java
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
2 changes: 1 addition & 1 deletion
2
...hab/automation/jsscripting/internal/scriptengine/DelegatingScriptEngineWithInvocable.java
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
2 changes: 1 addition & 1 deletion
2
...on/jsscripting/internal/scriptengine/InvocationInterceptingScriptEngineWithInvocable.java
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
2 changes: 1 addition & 1 deletion
2
...a/org/openhab/automation/jsscripting/internal/threading/ThreadsafeSimpleRuleDelegate.java
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
2 changes: 1 addition & 1 deletion
2
...n/jsscripting/internal/threading/ThreadsafeWrappingScriptedAutomationManagerDelegate.java
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
2 changes: 1 addition & 1 deletion
2
...pting/src/main/java/org/openhab/automation/jythonscripting/JythonScriptEngineFactory.java
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
2 changes: 1 addition & 1 deletion
2
...on.jythonscripting/src/main/java/org/openhab/automation/jythonscripting/package-info.java
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
2 changes: 1 addition & 1 deletion
2
...controller/src/main/java/org/openhab/automation/pidcontroller/internal/LowpassFilter.java
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
2 changes: 1 addition & 1 deletion
2
...r/src/main/java/org/openhab/automation/pidcontroller/internal/PIDControllerConstants.java
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
2 changes: 1 addition & 1 deletion
2
...dcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/PIDException.java
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
2 changes: 1 addition & 1 deletion
2
.../openhab/automation/pidcontroller/internal/factory/PIDControllerModuleHandlerFactory.java
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
2 changes: 1 addition & 1 deletion
2
...er/src/main/java/org/openhab/automation/pidcontroller/internal/handler/PIDController.java
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
2 changes: 1 addition & 1 deletion
2
...va/org/openhab/automation/pidcontroller/internal/handler/PIDControllerTriggerHandler.java
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
2 changes: 1 addition & 1 deletion
2
...ler/src/main/java/org/openhab/automation/pidcontroller/internal/handler/PIDOutputDTO.java
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
2 changes: 1 addition & 1 deletion
2
...ava/org/openhab/automation/pidcontroller/internal/template/PIDControllerRuleTemplate.java
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
2 changes: 1 addition & 1 deletion
2
...org/openhab/automation/pidcontroller/internal/template/PIDControllerTemplateProvider.java
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
Oops, something went wrong.