-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
see issue #383: add optionally parameters to HTTP call
- Loading branch information
1 parent
1286802
commit 8538095
Showing
7 changed files
with
42 additions
and
28 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"Circuit4Find": "Gerät, in der nach Parametern gesucht wird", | ||
"History4Vis2": "Erstellen Sie einen Verlaufswert für das VIS-2-Widget", | ||
"Circuit4Find": "Gerät, in dem nach Parametern gesucht wird", | ||
"History4Vis2": "Kompatibilität der Verlaufswerte für das (neue) VIS-2-Widget", | ||
"active": "aktiv", | ||
"addParameter": "zusätzliche Parameter", | ||
"circuit": "Gerät", | ||
"ebus_adapter_settings": "ebus Adaptereinstellungen", | ||
"hint_ebusd": "Für den Adapter wird ein laufender ebusd incl. alle notwendigen Konfigurationen benötigt. Dieser Adapter verwendet HTML, um Daten von ebusd zu lesen und TCP, um auf ebusd zu schreiben", | ||
"hint_ebusd": "Für den Adapter wird ein laufender ebusd incl. aller notwendigen Konfigurationen benötigt. Dieser Adapter verwendet HTML, um Daten von ebusd zu lesen und TCP (Telnet), um auf ebusd zu schreiben", | ||
"hint_ebusd_history": "Liste aller Datenpunktnamen, die mit dem ebus-History-Widget verwendet werden sollen.", | ||
"hint_ebusd_polled": "Liste aller Datenpunktnamen, die vom Adapter abgefragt werden sollen.", | ||
"hint_ebusd_polled": "Liste aller Datenpunktnamen, die vom Adapter aktv abgefragt werden sollen.", | ||
"historyDP": "Verlaufsdatenpunkte", | ||
"maxretries": "maximale Anzahl von Wiederholungen, um einen Befehl zu senden", | ||
"name": "Name", | ||
"parse_timeout": "Download und Abfrage-Timeout [Sekunden]", | ||
"polledDP": "abgefragte Datenpunkte", | ||
"readInterval": "Intervall zum Lesen von Daten aus ebusd [min]", | ||
"target_HTTPPort": "target HTTP Port zum Lesen von Daten", | ||
"target_IP": "Ziel-IP", | ||
"target_TelnetPort": "Telnet Port zum Schreiben von Daten", | ||
"target_HTTPPort": "HTTP Port zum Lesen von Daten", | ||
"target_IP": "IP-Adresse", | ||
"target_TelnetPort": "TCP (Telnet) Port zum Schreiben von Daten", | ||
"useBoolean4Onoff": "Boolean anstelle Strings für Datenpunkte mit Ein-/Aus-Werten verwenden" | ||
} |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -377,9 +377,6 @@ | |
"name": "secret", | ||
"value": "SECRET" | ||
} | ||
|
||
|
||
|
||
] | ||
} | ||
} |
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