iobroker.zigbee 1.9.0 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +434 -423
  3. package/admin/adapter-settings.js +244 -244
  4. package/admin/admin.js +2991 -2991
  5. package/admin/i18n/de/translations.json +108 -108
  6. package/admin/i18n/en/translations.json +108 -108
  7. package/admin/i18n/es/translations.json +102 -102
  8. package/admin/i18n/fr/translations.json +108 -108
  9. package/admin/i18n/it/translations.json +102 -102
  10. package/admin/i18n/nl/translations.json +108 -108
  11. package/admin/i18n/pl/translations.json +108 -108
  12. package/admin/i18n/pt/translations.json +102 -102
  13. package/admin/i18n/ru/translations.json +108 -108
  14. package/admin/i18n/uk/translations.json +108 -108
  15. package/admin/i18n/zh-cn/translations.json +102 -102
  16. package/admin/img/philips_hue_lom001.png +0 -0
  17. package/admin/index.html +163 -163
  18. package/admin/index_m.html +1360 -1360
  19. package/admin/moment.min.js +1 -1
  20. package/admin/shuffle.min.js +2 -2
  21. package/admin/tab_m.html +1021 -1021
  22. package/admin/vis-network.min.css +1 -1
  23. package/admin/vis-network.min.js +26 -26
  24. package/admin/words.js +110 -110
  25. package/docs/de/basedocu.md +19 -19
  26. package/docs/de/readme.md +126 -126
  27. package/docs/en/readme.md +128 -128
  28. package/docs/flashing_via_arduino_(en).md +110 -110
  29. package/docs/ru/readme.md +28 -28
  30. package/docs/tutorial/groups-1.png +0 -0
  31. package/docs/tutorial/groups-2.png +0 -0
  32. package/docs/tutorial/tab-dev-1.png +0 -0
  33. package/io-package.json +40 -40
  34. package/lib/backup.js +171 -171
  35. package/lib/binding.js +319 -319
  36. package/lib/colors.js +465 -465
  37. package/lib/commands.js +4 -2
  38. package/lib/developer.js +151 -151
  39. package/lib/devicemgmt.js +374 -393
  40. package/lib/devices.js +3139 -3139
  41. package/lib/exclude.js +162 -162
  42. package/lib/exposes.js +41 -14
  43. package/lib/groups.js +345 -345
  44. package/lib/json.js +59 -59
  45. package/lib/networkmap.js +55 -55
  46. package/lib/ota.js +198 -198
  47. package/lib/rgb.js +297 -297
  48. package/lib/seriallist.js +48 -48
  49. package/lib/states.js +6420 -6420
  50. package/lib/statescontroller.js +25 -10
  51. package/lib/tools.js +54 -54
  52. package/lib/utils.js +165 -165
  53. package/lib/zbBaseExtension.js +36 -36
  54. package/lib/zbDelayedAction.js +144 -144
  55. package/lib/zbDeviceAvailability.js +319 -319
  56. package/lib/zbDeviceConfigure.js +148 -151
  57. package/lib/zbDeviceEvent.js +48 -48
  58. package/lib/zigbeecontroller.js +1014 -1014
  59. package/main.js +16 -13
  60. package/package.json +4 -4
  61. package/support/docgen.js +93 -93
@@ -1,108 +1,108 @@
1
- {
2
- "Add binding": "Binding hinzufügen",
3
- "Add group": "Füge Gruppe hinzu",
4
- "Attribute ID": "Attribut-ID",
5
- "Binding": "Binding",
6
- "Binding configuration": "Binding konfiguration",
7
- "COM port name": "COM-Anschlussname",
8
- "Cancel": "Abbrechen",
9
- "Channel": "Kanal",
10
- "ChannelChangeText": "Kanal stellt die verwendete Funkfrequenz ein. Es kann geändert werden, um Konflikte mit vorhandenen WLAN-Netzwerken zu vermeiden. <b>Alle Geräte müssen beim Wechsel neu gelernt werden!</b>",
11
- "Check firmware updates": "Auf Firmware-Updates überprüfen",
12
- "Check if your Command needs to submit a value. For example, cmd 'write' needs the value you want to write to your device.": "Überprüfen Sie, ob Ihr Befehl einen Wert senden muss. Zum Beispiel benötigt cmd 'write' den Wert, den Sie auf Ihr Gerät schreiben möchten.",
13
- "Choose channel": "Kanal auswählen",
14
- "Choose type": "Typ auswählen",
15
- "Cluster ID": "Cluster-ID",
16
- "Command": "Befehl",
17
- "Command Type": "Befehlstyp",
18
- "Configure reporting": "Konfigurieren Sie die Berichterstellung",
19
- "Countdown": "Countdown zwischen 0 und 255 Sek während der Kopplung neuer Zigbeekomponenten mit dem Koordinator",
20
- "Delete confirmation": "Löschen bestätigen",
21
- "Developer": "Entwickler",
22
- "Device": "Gerät",
23
- "Device details": "Gerätedetails",
24
- "Device information": "Geräteinformation",
25
- "Device map info": "<p>Du kannst auf ein Gerät klicken um mehr Details zu sehen.</p> Jedes Gerät kann nur ein Parent haben. Geräte können ihre Parents auch selbstständig wechseln, es gibt keine Möglichkeit einen bestimmten Parent zu erzwingen. (Falls mehrere Parent Links angezeigt werden, kommt das vermutlich von noch nicht aktualisierten Daten.)<br>Geräte lassen sich verschieben für bessere Übersicht.<br>Schwache und Offline Links werden in rot angezeigt. Wenn der Gerätename rot dargestellt wird, hat das Gerät keine Verbindungen. Wenn ein Gerät nur 'Letzte Parents' Verbindungen hat, ist das kein Problem, es hat vermutlich nur seit einer Weile keine Daten geschickt.",
26
- "Devices": "Geräte",
27
- "Disable LED for cc2531": "LED auf CC2531 deaktivieren",
28
- "Disable Queue": "Queue deaktivieren",
29
- "Do you really want to delete device": "Möchtest du das Gerät wirklich löschen?",
30
- "Endpoint": "Endpunkt",
31
- "Enter new name": "Neuen Namen eingeben",
32
- "Examples:": "Beispiele:",
33
- "Expert Mode": "Expertenmodus",
34
- "ExtPanID": "Erweiterte Pan ID",
35
- "ExtPanIDText": "Die erweiterte PAN-ID ist die Hauptnetzwerk-ID, vergleichbar mit der SSID von WLAN-Netzwerken. Diese ID darf sich für vorhandene Netzwerke niemals ändern, da Sie sonst deine Geräte zurücksetzen und Sie neu koppeln müssen. Wenn Sie mehrere ZigBee-Adapter verwenden, <b>müssen Sie sicherstellen,</b> dass diese eindeutige ExtPanIDs verwenden. Geben Sie einfach 16 zufällige Hex-Zeichen ein (a-f und 0-9).",
36
- "Force delete (for lost devices)": "Löschen erzwingen (für verlorene Geräte)",
37
- "Groups": "Gruppen",
38
- "Hard-Reset": "Hard-Reset",
39
- "Hide": "Ausblenden",
40
- "Let's pairing!": "Kopplung jetzt starten!",
41
- "Map view config": "Kartenansicht konfigurieren",
42
- "Name": "Name",
43
- "Needs value": "Ein Wert wird benötigt",
44
- "Network map": "Netzwerkkarte",
45
- "Pairing process": "Kopplungsfortschritt",
46
- "PanID": "Pan ID",
47
- "PanIDText": "Pan ID ist eine vereinfachte ID (wird von Zigbee anstelle von ExtPanID verwendet, wo immer dies möglich ist). Dies sollte auch einzigartig sein. Hinweis: Das ZigBee-Netzwerk wählt möglicherweise eine andere Pan-ID als die hier angegebene, falls ID-Konflikte erkannt werden.",
48
- "Parent/Child/Unknown": "Parent/Child/Unbekannt",
49
- "Previous Parents": "Letzte Parents",
50
- "Read Firmware": "Firmware lesen",
51
- "Refresh": "Aktualisieren",
52
- "Rename device": "Gerät umbenennen",
53
- "Reset Info": "Ein Soft-Reset startet nur den CC253x Adapter und die zugehörige Software neu. Ein Hard-Reset setzt die Liste ALLER gekoppelten Geräte und die CC253x Einstellungen zurück! Alle Geräte müssen anschließend neu gekoppelt werden!",
54
- "Reset confirmation": "Reset bestätigen",
55
- "Reset...": "Zurücksetzen…",
56
- "Results": "Ergebnisse",
57
- "Run": "Ausführen",
58
- "Save": "Speichern",
59
- "Select your settings. Then click RUN to send command to your Zigbee device.": "Wähle deine Einstellungen aus. Klicke dann auf Ausführen, um den Befehl an das ZigBee-Gerät zu senden.",
60
- "Select Attribute": "Attribut auswählen",
61
- "Select Command": "Befehl auswählen",
62
- "Select a device": "Gerät auswählen",
63
- "Select an Endpoint": "Wählen Sie einen Endpunkt",
64
- "Select cid": "Wählen Sie eine Cluster-ID aus",
65
- "Send Functional command": "Funktionsbefehl senden",
66
- "Send data to Zigbee": "Daten an Zigbee senden",
67
- "Settings": "Einstellungen",
68
- "Show full mesh": "Gesamtes Netz anzeigen",
69
- "Show parent": "Parents anzeigen",
70
- "Show previous parents": "Zeige frühere Parents",
71
- "Show siblings": "Siblings zeigen",
72
- "Siblings": "Siblings",
73
- "Soft-Reset": "Soft - Reset",
74
- "Some kind of 'device within device'. Every endpoint may have different functions. If one does not work, test another.": "Eine Art \"Gerät im Gerät\". Jeder Endpunkt kann unterschiedliche Funktionen haben. Wenn einer nicht funktioniert, testen Sie einen anderen.",
75
- "Source device": "Quellgerät",
76
- "Source endpoint": "Quell-Endpunkt",
77
- "Switch expert mode to enter raw data, sent to zigbee device.": "Wechseln Sie in den Expertenmodus um Rohdaten einzugeben die an das ZigBee-Gerät gesendet werden.",
78
- "Target device": "Zielgerät",
79
- "Target endpoint": "Ziel-Endpunkt",
80
- "This page is needed only for advanced users that like to extend adapter functionalities!": "Diese Seite ist nur für fortgeschrittene Benutzer gedacht, die den Adapter erweitern möchten!",
81
- "The value to send to your device (use douple-quotes if a number is a string).": "Der Wert der an Ihr Gerät gesendet werden soll (verwenden Sie doppelte Anführungszeichen wenn eine Zahl als Zeichenfolge gesendet werden soll).",
82
- "Touchlink reset and pairing": "Touchlink zurücksetzen und koppeln",
83
- "Transport Key Text": "Transportschlüssel ist der Netzwerkverschlüsselungsschlüssel. Bitte wähle eine zufällige Schlüsselsequenz <b>bevor</b> du Geräte koppelst. Gib einfach 32 zufällige Hex-Zeichen ein (a-f und 0-9). Wenn du den Schlüssel später änderst, musst du alle Geräte neu koppeln.",
84
- "Transport Key": "Transportschlüssel",
85
- "Type": "Typ",
86
- "Unbind remote from Coordinator (necessary for some remotes like HUE Dimmer Switch)": "Entkoppele die Fernbedienung vom Koordinator (erforderlich für einige Fernbedienungen wie HUE Dimmer Switch)",
87
- "View config": "Konfiguration anzeigen",
88
- "Waiting": "Warten",
89
- "Write Attribute": "Attribut schreiben",
90
- "Yes": "Ja",
91
- "You find good explanations what the settings mean": "Sie finden gute Erklärungen, was die Einstellungen bedeuten",
92
- "Zigbee adapter": "Zigbee-Adapter",
93
- "Zigbee-herdsman debug info": "Zigbee-herdsman Debug-Info",
94
- "transmitPower": "CC1352P and CC26X2R1 Sendeleistung",
95
- "№": "Nr.",
96
- "and in": "und in",
97
- "here": "hier",
98
- "notImplementedText": "Sie können hier eigene Befehle an Ihre Geräte senden, die noch nicht als Objekte implementiert sind. Es kann auch verwendet werden, um undokumentierte Einstellungen Ihrer Geräte zu finden. Oder um die Auswirkungen von Einstellungen zu testen und zu entscheiden, ob es sich lohnt, sie als Objekt zu implementieren. Und so weiter...",
99
- "to make it available for other user too": "um es auch für andere Benutzer verfügbar zu machen",
100
- "Excludes": "ausschließen",
101
- "ExcludeTextTranslation": "Sie können hier einige Geräte hinzufügen, die von unserer Verarbeitung ausgeschlossen werden sollten. Sie verwenden dann nur exposes vom ZigBee-Herdsman-Converter. Nach dem Hinzufügen starten Sie bitte den Adapter neu.",
102
- "Please contribute your discoveries": "Bitte geben Sie uns Ihre Vorschläge",
103
- "zigbee-shepherd": "Sie können die zu sendenden Rohdaten hier bearbeiten. Verwenden Sie diese nicht, wenn Sie sich nicht sicher sind, was Sie tun! Verwenden Sie das JSON-Format (Attributnamen in doppelten Anführungszeichen!). Es können auch zusätzliche Eigenschaften hinzugefügt werden. Siehe Beispiele oben. (Format wie von zigbee-shepherd verwendet)",
104
- "SettingsExclude": "Den Start des Adapters mit inkonsistenter Konfiguration erzwingen(nicht empfohlen). Bitte aktualisieren Sie den Adapter auf kompatible Firmware und erstellen Sie Ihr Netzwerk so schnell wie möglich neu.",
105
- "disable internal Backup": "Deaktiviere die interne Sicherung",
106
- "Disable active availability check": "Aktive Verfügbarkeitsprüfung deaktivieren",
107
- "Others": "andere Einstellungen"
108
- }
1
+ {
2
+ "Add binding": "Binding hinzufügen",
3
+ "Add group": "Füge Gruppe hinzu",
4
+ "Attribute ID": "Attribut-ID",
5
+ "Binding": "Binding",
6
+ "Binding configuration": "Binding konfiguration",
7
+ "COM port name": "COM-Anschlussname",
8
+ "Cancel": "Abbrechen",
9
+ "Channel": "Kanal",
10
+ "ChannelChangeText": "Kanal stellt die verwendete Funkfrequenz ein. Es kann geändert werden, um Konflikte mit vorhandenen WLAN-Netzwerken zu vermeiden. <b>Alle Geräte müssen beim Wechsel neu gelernt werden!</b>",
11
+ "Check firmware updates": "Auf Firmware-Updates überprüfen",
12
+ "Check if your Command needs to submit a value. For example, cmd 'write' needs the value you want to write to your device.": "Überprüfen Sie, ob Ihr Befehl einen Wert senden muss. Zum Beispiel benötigt cmd 'write' den Wert, den Sie auf Ihr Gerät schreiben möchten.",
13
+ "Choose channel": "Kanal auswählen",
14
+ "Choose type": "Typ auswählen",
15
+ "Cluster ID": "Cluster-ID",
16
+ "Command": "Befehl",
17
+ "Command Type": "Befehlstyp",
18
+ "Configure reporting": "Konfigurieren Sie die Berichterstellung",
19
+ "Countdown": "Countdown zwischen 0 und 255 Sek während der Kopplung neuer Zigbeekomponenten mit dem Koordinator",
20
+ "Delete confirmation": "Löschen bestätigen",
21
+ "Developer": "Entwickler",
22
+ "Device": "Gerät",
23
+ "Device details": "Gerätedetails",
24
+ "Device information": "Geräteinformation",
25
+ "Device map info": "<p>Du kannst auf ein Gerät klicken um mehr Details zu sehen.</p> Jedes Gerät kann nur ein Parent haben. Geräte können ihre Parents auch selbstständig wechseln, es gibt keine Möglichkeit einen bestimmten Parent zu erzwingen. (Falls mehrere Parent Links angezeigt werden, kommt das vermutlich von noch nicht aktualisierten Daten.)<br>Geräte lassen sich verschieben für bessere Übersicht.<br>Schwache und Offline Links werden in rot angezeigt. Wenn der Gerätename rot dargestellt wird, hat das Gerät keine Verbindungen. Wenn ein Gerät nur 'Letzte Parents' Verbindungen hat, ist das kein Problem, es hat vermutlich nur seit einer Weile keine Daten geschickt.",
26
+ "Devices": "Geräte",
27
+ "Disable LED for cc2531": "LED auf CC2531 deaktivieren",
28
+ "Disable Queue": "Queue deaktivieren",
29
+ "Do you really want to delete device": "Möchtest du das Gerät wirklich löschen?",
30
+ "Endpoint": "Endpunkt",
31
+ "Enter new name": "Neuen Namen eingeben",
32
+ "Examples:": "Beispiele:",
33
+ "Expert Mode": "Expertenmodus",
34
+ "ExtPanID": "Erweiterte Pan ID",
35
+ "ExtPanIDText": "Die erweiterte PAN-ID ist die Hauptnetzwerk-ID, vergleichbar mit der SSID von WLAN-Netzwerken. Diese ID darf sich für vorhandene Netzwerke niemals ändern, da Sie sonst deine Geräte zurücksetzen und Sie neu koppeln müssen. Wenn Sie mehrere ZigBee-Adapter verwenden, <b>müssen Sie sicherstellen,</b> dass diese eindeutige ExtPanIDs verwenden. Geben Sie einfach 16 zufällige Hex-Zeichen ein (a-f und 0-9).",
36
+ "Force delete (for lost devices)": "Löschen erzwingen (für verlorene Geräte)",
37
+ "Groups": "Gruppen",
38
+ "Hard-Reset": "Hard-Reset",
39
+ "Hide": "Ausblenden",
40
+ "Let's pairing!": "Kopplung jetzt starten!",
41
+ "Map view config": "Kartenansicht konfigurieren",
42
+ "Name": "Name",
43
+ "Needs value": "Ein Wert wird benötigt",
44
+ "Network map": "Netzwerkkarte",
45
+ "Pairing process": "Kopplungsfortschritt",
46
+ "PanID": "Pan ID",
47
+ "PanIDText": "Pan ID ist eine vereinfachte ID (wird von Zigbee anstelle von ExtPanID verwendet, wo immer dies möglich ist). Dies sollte auch einzigartig sein. Hinweis: Das ZigBee-Netzwerk wählt möglicherweise eine andere Pan-ID als die hier angegebene, falls ID-Konflikte erkannt werden.",
48
+ "Parent/Child/Unknown": "Parent/Child/Unbekannt",
49
+ "Previous Parents": "Letzte Parents",
50
+ "Read Firmware": "Firmware lesen",
51
+ "Refresh": "Aktualisieren",
52
+ "Rename device": "Gerät umbenennen",
53
+ "Reset Info": "Ein Soft-Reset startet nur den CC253x Adapter und die zugehörige Software neu. Ein Hard-Reset setzt die Liste ALLER gekoppelten Geräte und die CC253x Einstellungen zurück! Alle Geräte müssen anschließend neu gekoppelt werden!",
54
+ "Reset confirmation": "Reset bestätigen",
55
+ "Reset...": "Zurücksetzen…",
56
+ "Results": "Ergebnisse",
57
+ "Run": "Ausführen",
58
+ "Save": "Speichern",
59
+ "Select your settings. Then click RUN to send command to your Zigbee device.": "Wähle deine Einstellungen aus. Klicke dann auf Ausführen, um den Befehl an das ZigBee-Gerät zu senden.",
60
+ "Select Attribute": "Attribut auswählen",
61
+ "Select Command": "Befehl auswählen",
62
+ "Select a device": "Gerät auswählen",
63
+ "Select an Endpoint": "Wählen Sie einen Endpunkt",
64
+ "Select cid": "Wählen Sie eine Cluster-ID aus",
65
+ "Send Functional command": "Funktionsbefehl senden",
66
+ "Send data to Zigbee": "Daten an Zigbee senden",
67
+ "Settings": "Einstellungen",
68
+ "Show full mesh": "Gesamtes Netz anzeigen",
69
+ "Show parent": "Parents anzeigen",
70
+ "Show previous parents": "Zeige frühere Parents",
71
+ "Show siblings": "Siblings zeigen",
72
+ "Siblings": "Siblings",
73
+ "Soft-Reset": "Soft - Reset",
74
+ "Some kind of 'device within device'. Every endpoint may have different functions. If one does not work, test another.": "Eine Art \"Gerät im Gerät\". Jeder Endpunkt kann unterschiedliche Funktionen haben. Wenn einer nicht funktioniert, testen Sie einen anderen.",
75
+ "Source device": "Quellgerät",
76
+ "Source endpoint": "Quell-Endpunkt",
77
+ "Switch expert mode to enter raw data, sent to zigbee device.": "Wechseln Sie in den Expertenmodus um Rohdaten einzugeben die an das ZigBee-Gerät gesendet werden.",
78
+ "Target device": "Zielgerät",
79
+ "Target endpoint": "Ziel-Endpunkt",
80
+ "This page is needed only for advanced users that like to extend adapter functionalities!": "Diese Seite ist nur für fortgeschrittene Benutzer gedacht, die den Adapter erweitern möchten!",
81
+ "The value to send to your device (use douple-quotes if a number is a string).": "Der Wert der an Ihr Gerät gesendet werden soll (verwenden Sie doppelte Anführungszeichen wenn eine Zahl als Zeichenfolge gesendet werden soll).",
82
+ "Touchlink reset and pairing": "Touchlink zurücksetzen und koppeln",
83
+ "Transport Key Text": "Transportschlüssel ist der Netzwerkverschlüsselungsschlüssel. Bitte wähle eine zufällige Schlüsselsequenz <b>bevor</b> du Geräte koppelst. Gib einfach 32 zufällige Hex-Zeichen ein (a-f und 0-9). Wenn du den Schlüssel später änderst, musst du alle Geräte neu koppeln.",
84
+ "Transport Key": "Transportschlüssel",
85
+ "Type": "Typ",
86
+ "Unbind remote from Coordinator (necessary for some remotes like HUE Dimmer Switch)": "Entkoppele die Fernbedienung vom Koordinator (erforderlich für einige Fernbedienungen wie HUE Dimmer Switch)",
87
+ "View config": "Konfiguration anzeigen",
88
+ "Waiting": "Warten",
89
+ "Write Attribute": "Attribut schreiben",
90
+ "Yes": "Ja",
91
+ "You find good explanations what the settings mean": "Sie finden gute Erklärungen, was die Einstellungen bedeuten",
92
+ "Zigbee adapter": "Zigbee-Adapter",
93
+ "Zigbee-herdsman debug info": "Zigbee-herdsman Debug-Info",
94
+ "transmitPower": "CC1352P and CC26X2R1 Sendeleistung",
95
+ "№": "Nr.",
96
+ "and in": "und in",
97
+ "here": "hier",
98
+ "notImplementedText": "Sie können hier eigene Befehle an Ihre Geräte senden, die noch nicht als Objekte implementiert sind. Es kann auch verwendet werden, um undokumentierte Einstellungen Ihrer Geräte zu finden. Oder um die Auswirkungen von Einstellungen zu testen und zu entscheiden, ob es sich lohnt, sie als Objekt zu implementieren. Und so weiter...",
99
+ "to make it available for other user too": "um es auch für andere Benutzer verfügbar zu machen",
100
+ "Excludes": "ausschließen",
101
+ "ExcludeTextTranslation": "Sie können hier einige Geräte hinzufügen, die von unserer Verarbeitung ausgeschlossen werden sollten. Sie verwenden dann nur exposes vom ZigBee-Herdsman-Converter. Nach dem Hinzufügen starten Sie bitte den Adapter neu.",
102
+ "Please contribute your discoveries": "Bitte geben Sie uns Ihre Vorschläge",
103
+ "zigbee-shepherd": "Sie können die zu sendenden Rohdaten hier bearbeiten. Verwenden Sie diese nicht, wenn Sie sich nicht sicher sind, was Sie tun! Verwenden Sie das JSON-Format (Attributnamen in doppelten Anführungszeichen!). Es können auch zusätzliche Eigenschaften hinzugefügt werden. Siehe Beispiele oben. (Format wie von zigbee-shepherd verwendet)",
104
+ "SettingsExclude": "Den Start des Adapters mit inkonsistenter Konfiguration erzwingen(nicht empfohlen). Bitte aktualisieren Sie den Adapter auf kompatible Firmware und erstellen Sie Ihr Netzwerk so schnell wie möglich neu.",
105
+ "disable internal Backup": "Deaktiviere die interne Sicherung",
106
+ "Disable active availability check": "Aktive Verfügbarkeitsprüfung deaktivieren",
107
+ "Others": "andere Einstellungen"
108
+ }
@@ -1,108 +1,108 @@
1
- {
2
- "Add binding": "Add binding",
3
- "Add group": "Add group",
4
- "Attribute ID": "Attribute ID",
5
- "Binding": "Binding",
6
- "Binding configuration": "Binding configuration",
7
- "COM port name": "COM port name",
8
- "Cancel": "Cancel",
9
- "Channel": "Channel",
10
- "ChannelChangeText": "Channel sets the used radio frequency. It may be changed to avoid conflicts with existing wifi networks. <b>All devices must be relearned when changing!</b>",
11
- "Check firmware updates": "Check firmware updates",
12
- "Check if your Command needs to submit a value. For example, cmd 'write' needs the value you want to write to your device.": "Check if your Command needs to submit a value. For example, the command 'write' needs the value you want to write to your device.",
13
- "Choose channel": "Choose channel",
14
- "Choose type": "Choose type",
15
- "Cluster ID": "Cluster ID",
16
- "Command": "Command",
17
- "Command Type": "Command type",
18
- "Configure reporting": "Configure reporting",
19
- "Countdown": "Countdown between 0 and 255 sec during the pairing of new Zigbee components with the coordinator.",
20
- "Delete confirmation": "Delete confirmation",
21
- "Developer": "Developer",
22
- "Device": "Device",
23
- "Device details": "Device details",
24
- "Device information": "Device information",
25
- "Device map info": "<b>Click a device to see more details.</b> Every device can have only one parent. Devices may change their parent by themselves. There is no way to force a device to a specific parent. (If you see more than one parent link, it may be outdated data.)<br>You may also move devices for better visibility.<br>Weak and offline links are shown red. If a device label shows red, no links were found. No problem if a device has only 'Previous Parents' links, it may just not have sent new data for some time.",
26
- "Devices": "Devices",
27
- "Disable LED for cc2531": "Disable LED for cc2531",
28
- "Disable Queue": "Disable queue",
29
- "Do you really want to delete device": "Do you really want to delete the device?",
30
- "Endpoint": "Endpoint",
31
- "Enter new name": "Enter new name",
32
- "Examples:": "Examples:",
33
- "Expert Mode": "Expert Mode",
34
- "ExtPanID": "Extended Pan ID",
35
- "ExtPanIDText": "Extended PAN ID is the main network id, comparable to SSID of wifi networks. This id must never change for existing networks, else you have to reset and repair your devices. If you use multiple Zigbee adapters, you <b>must make sure</b> that they use unique Extended PAN IDs. Just enter 16 random hex character (a-f and 0-9).",
36
- "Force delete (for lost devices)": "Force delete (for lost devices)",
37
- "Groups": "Groups",
38
- "Hard-Reset": "Hard reset",
39
- "Hide": "Hide",
40
- "Let's pairing!": "Let's start pairing!",
41
- "Map view config": "Map view config",
42
- "Name": "Name",
43
- "Needs value": "Needs value",
44
- "Network map": "Network map",
45
- "Pairing process": "Pairing process",
46
- "PanID": "Pan ID",
47
- "PanIDText": "Pan ID is some simplified id (is used by Zigbee instead of ExtPanID wherever possible). This should be unique too. Note: the Zigbee network may choose a different Pan ID than you specified here in case it detects id conflicts.",
48
- "Parent/Child/Unknown": "Parent/Child/Unknown",
49
- "Please contribute your discoveries": "Please contribute your discoveries",
50
- "Previous Parents": "Previous Parents",
51
- "Read Firmware": "Read Firmware",
52
- "Refresh": "Refresh",
53
- "Rename device": "Rename device",
54
- "Reset Info": "A soft reset will just restart routines and the CC253x. A hard reset will clear paired devices data and reset CC253x settings too. You will have to repair ALL of your devices!",
55
- "Reset confirmation": "Reset confirmation",
56
- "Reset...": "Reset…",
57
- "Results": "Results",
58
- "Run": "Run",
59
- "Save": "Save",
60
- "Select Attribute": "Select attribute",
61
- "Select Command": "Select command",
62
- "Select a device": "Select a device",
63
- "Select an Endpoint": "Select an endpoint",
64
- "Select cid": "Select a cluster ID",
65
- "Select your settings. Then click RUN to send command to your Zigbee device.": "Select your settings. Then click RUN to send command to your Zigbee device.",
66
- "Send Functional command": "Send Functional command",
67
- "Send data to Zigbee": "Send data to Zigbee",
68
- "Settings": "Settings",
69
- "Show full mesh": "Show full mesh",
70
- "Show parent": "Show parent",
71
- "Show previous parents": "Show previous parents",
72
- "Show siblings": "Show siblings",
73
- "Siblings": "Siblings",
74
- "Soft-Reset": "Soft-Reset",
75
- "Some kind of 'device within device'. Every endpoint may have different functions. If one does not work, test another.": "Some kind of 'device within device'. Every endpoint may have different functions. If one does not work, test another.",
76
- "Source device": "Source device",
77
- "Source endpoint": "Source endpoint",
78
- "Switch expert mode to enter raw data, sent to zigbee device.": "Switch to expert mode to enter raw data, sent to the Zigbee device.",
79
- "Target device": "Target device",
80
- "Target endpoint": "Target endpoint",
81
- "The value to send to your device (use douple-quotes if a number is a string).": "The value to send to your device (use double-quotes if a number is a string).",
82
- "This page is needed only for advanced users that like to extend adapter functionalities!": "This page is needed only for advanced users that like to extend adapter functionalities!",
83
- "Touchlink reset and pairing": "Touchlink reset and pairing",
84
- "Transport Key Text": "Transport Key is the network encryption key. Please choose a random key sequence before you pair your devices. Just enter 32 random hex character (a-f and 0-9). If you change the key later, you will have to repair your devices.",
85
- "Transport Key": "Transport Key",
86
- "Type": "Type",
87
- "Unbind remote from Coordinator (necessary for some remotes like HUE Dimmer Switch)": "Unbind remote from coordinator (necessary for some remotes like HUE Dimmer Switch)",
88
- "View config": "View config",
89
- "Waiting": "Waiting",
90
- "Write Attribute": "Write attribute",
91
- "Yes": "Yes",
92
- "You find good explanations what the settings mean": "You find good explanations what the settings mean",
93
- "Zigbee adapter": "Zigbee adapter",
94
- "Zigbee-herdsman debug info": "Zigbee-herdsman debug info",
95
- "and in": "and in",
96
- "here": "here",
97
- "notImplementedText": "Here you may send your own commands to your devices that are not yet implemented as objects. It may also be used to find undocumented settings of your devices. Or to test the effects of settings to decide if it is worth to implement as object. And so on...",
98
- "to make it available for other user too": "to make it available for other user too",
99
- "transmitPower": "CC1352P and CC26X2R1 transmit Power",
100
- "zigbee-shepherd": "You may edit the raw data to send here. Do not use this if you are not sure of what you are doing! Use JSON format (attribute names in double quotes!). Additional properties may be added too. See examples above. (Format as used by zigbee-shepherd)",
101
- "№": "№",
102
- "Excludes": "to exclude",
103
- "ExcludeTextTranslation": "Here you can add some devices that should be excluded from our description. They only use \"exposes\" from zigbee-herdsman-converter. After adding, please restart the adapter.",
104
- "SettingsExclude": "Force start adapter with inconsistent configuration (not recommended). Please update the adapter to compatible firmware and recreate your network as soon as possible.",
105
- "Others": "other settings",
106
- "disable internal Backup": "disable internal Backup",
107
- "Disable active availability check": "Disable active availability check"
108
- }
1
+ {
2
+ "Add binding": "Add binding",
3
+ "Add group": "Add group",
4
+ "Attribute ID": "Attribute ID",
5
+ "Binding": "Binding",
6
+ "Binding configuration": "Binding configuration",
7
+ "COM port name": "COM port name",
8
+ "Cancel": "Cancel",
9
+ "Channel": "Channel",
10
+ "ChannelChangeText": "Channel sets the used radio frequency. It may be changed to avoid conflicts with existing wifi networks. <b>All devices must be relearned when changing!</b>",
11
+ "Check firmware updates": "Check firmware updates",
12
+ "Check if your Command needs to submit a value. For example, cmd 'write' needs the value you want to write to your device.": "Check if your Command needs to submit a value. For example, the command 'write' needs the value you want to write to your device.",
13
+ "Choose channel": "Choose channel",
14
+ "Choose type": "Choose type",
15
+ "Cluster ID": "Cluster ID",
16
+ "Command": "Command",
17
+ "Command Type": "Command type",
18
+ "Configure reporting": "Configure reporting",
19
+ "Countdown": "Countdown between 0 and 255 sec during the pairing of new Zigbee components with the coordinator.",
20
+ "Delete confirmation": "Delete confirmation",
21
+ "Developer": "Developer",
22
+ "Device": "Device",
23
+ "Device details": "Device details",
24
+ "Device information": "Device information",
25
+ "Device map info": "<b>Click a device to see more details.</b> Every device can have only one parent. Devices may change their parent by themselves. There is no way to force a device to a specific parent. (If you see more than one parent link, it may be outdated data.)<br>You may also move devices for better visibility.<br>Weak and offline links are shown red. If a device label shows red, no links were found. No problem if a device has only 'Previous Parents' links, it may just not have sent new data for some time.",
26
+ "Devices": "Devices",
27
+ "Disable LED for cc2531": "Disable LED for cc2531",
28
+ "Disable Queue": "Disable queue",
29
+ "Do you really want to delete device": "Do you really want to delete the device?",
30
+ "Endpoint": "Endpoint",
31
+ "Enter new name": "Enter new name",
32
+ "Examples:": "Examples:",
33
+ "Expert Mode": "Expert Mode",
34
+ "ExtPanID": "Extended Pan ID",
35
+ "ExtPanIDText": "Extended PAN ID is the main network id, comparable to SSID of wifi networks. This id must never change for existing networks, else you have to reset and repair your devices. If you use multiple Zigbee adapters, you <b>must make sure</b> that they use unique Extended PAN IDs. Just enter 16 random hex character (a-f and 0-9).",
36
+ "Force delete (for lost devices)": "Force delete (for lost devices)",
37
+ "Groups": "Groups",
38
+ "Hard-Reset": "Hard reset",
39
+ "Hide": "Hide",
40
+ "Let's pairing!": "Let's start pairing!",
41
+ "Map view config": "Map view config",
42
+ "Name": "Name",
43
+ "Needs value": "Needs value",
44
+ "Network map": "Network map",
45
+ "Pairing process": "Pairing process",
46
+ "PanID": "Pan ID",
47
+ "PanIDText": "Pan ID is some simplified id (is used by Zigbee instead of ExtPanID wherever possible). This should be unique too. Note: the Zigbee network may choose a different Pan ID than you specified here in case it detects id conflicts.",
48
+ "Parent/Child/Unknown": "Parent/Child/Unknown",
49
+ "Please contribute your discoveries": "Please contribute your discoveries",
50
+ "Previous Parents": "Previous Parents",
51
+ "Read Firmware": "Read Firmware",
52
+ "Refresh": "Refresh",
53
+ "Rename device": "Rename device",
54
+ "Reset Info": "A soft reset will just restart routines and the CC253x. A hard reset will clear paired devices data and reset CC253x settings too. You will have to repair ALL of your devices!",
55
+ "Reset confirmation": "Reset confirmation",
56
+ "Reset...": "Reset…",
57
+ "Results": "Results",
58
+ "Run": "Run",
59
+ "Save": "Save",
60
+ "Select Attribute": "Select attribute",
61
+ "Select Command": "Select command",
62
+ "Select a device": "Select a device",
63
+ "Select an Endpoint": "Select an endpoint",
64
+ "Select cid": "Select a cluster ID",
65
+ "Select your settings. Then click RUN to send command to your Zigbee device.": "Select your settings. Then click RUN to send command to your Zigbee device.",
66
+ "Send Functional command": "Send Functional command",
67
+ "Send data to Zigbee": "Send data to Zigbee",
68
+ "Settings": "Settings",
69
+ "Show full mesh": "Show full mesh",
70
+ "Show parent": "Show parent",
71
+ "Show previous parents": "Show previous parents",
72
+ "Show siblings": "Show siblings",
73
+ "Siblings": "Siblings",
74
+ "Soft-Reset": "Soft-Reset",
75
+ "Some kind of 'device within device'. Every endpoint may have different functions. If one does not work, test another.": "Some kind of 'device within device'. Every endpoint may have different functions. If one does not work, test another.",
76
+ "Source device": "Source device",
77
+ "Source endpoint": "Source endpoint",
78
+ "Switch expert mode to enter raw data, sent to zigbee device.": "Switch to expert mode to enter raw data, sent to the Zigbee device.",
79
+ "Target device": "Target device",
80
+ "Target endpoint": "Target endpoint",
81
+ "The value to send to your device (use douple-quotes if a number is a string).": "The value to send to your device (use double-quotes if a number is a string).",
82
+ "This page is needed only for advanced users that like to extend adapter functionalities!": "This page is needed only for advanced users that like to extend adapter functionalities!",
83
+ "Touchlink reset and pairing": "Touchlink reset and pairing",
84
+ "Transport Key Text": "Transport Key is the network encryption key. Please choose a random key sequence before you pair your devices. Just enter 32 random hex character (a-f and 0-9). If you change the key later, you will have to repair your devices.",
85
+ "Transport Key": "Transport Key",
86
+ "Type": "Type",
87
+ "Unbind remote from Coordinator (necessary for some remotes like HUE Dimmer Switch)": "Unbind remote from coordinator (necessary for some remotes like HUE Dimmer Switch)",
88
+ "View config": "View config",
89
+ "Waiting": "Waiting",
90
+ "Write Attribute": "Write attribute",
91
+ "Yes": "Yes",
92
+ "You find good explanations what the settings mean": "You find good explanations what the settings mean",
93
+ "Zigbee adapter": "Zigbee adapter",
94
+ "Zigbee-herdsman debug info": "Zigbee-herdsman debug info",
95
+ "and in": "and in",
96
+ "here": "here",
97
+ "notImplementedText": "Here you may send your own commands to your devices that are not yet implemented as objects. It may also be used to find undocumented settings of your devices. Or to test the effects of settings to decide if it is worth to implement as object. And so on...",
98
+ "to make it available for other user too": "to make it available for other user too",
99
+ "transmitPower": "CC1352P and CC26X2R1 transmit Power",
100
+ "zigbee-shepherd": "You may edit the raw data to send here. Do not use this if you are not sure of what you are doing! Use JSON format (attribute names in double quotes!). Additional properties may be added too. See examples above. (Format as used by zigbee-shepherd)",
101
+ "№": "№",
102
+ "Excludes": "to exclude",
103
+ "ExcludeTextTranslation": "Here you can add some devices that should be excluded from our description. They only use \"exposes\" from zigbee-herdsman-converter. After adding, please restart the adapter.",
104
+ "SettingsExclude": "Force start adapter with inconsistent configuration (not recommended). Please update the adapter to compatible firmware and recreate your network as soon as possible.",
105
+ "Others": "other settings",
106
+ "disable internal Backup": "disable internal Backup",
107
+ "Disable active availability check": "Disable active availability check"
108
+ }