iobroker.autism-support 0.1.10

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 (64) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +117 -0
  3. package/admin/autism-support.png +0 -0
  4. package/admin/autism-support.svg +23 -0
  5. package/admin/i18n/de.json +27 -0
  6. package/admin/i18n/en.json +27 -0
  7. package/admin/i18n/es.json +27 -0
  8. package/admin/i18n/fr.json +27 -0
  9. package/admin/i18n/it.json +27 -0
  10. package/admin/i18n/nl.json +27 -0
  11. package/admin/i18n/pl.json +27 -0
  12. package/admin/i18n/pt.json +27 -0
  13. package/admin/i18n/ru.json +27 -0
  14. package/admin/i18n/uk.json +27 -0
  15. package/admin/i18n/zh-cn.json +27 -0
  16. package/admin/jsonConfig.json +317 -0
  17. package/admin/jsonCustom.json +26 -0
  18. package/admin/tab_m.html +79 -0
  19. package/admin/words.js +46 -0
  20. package/build/lib/arasaac.js +55 -0
  21. package/build/lib/arasaac.js.map +7 -0
  22. package/build/lib/day-periods.js +121 -0
  23. package/build/lib/day-periods.js.map +7 -0
  24. package/build/lib/schedule-types.js +111 -0
  25. package/build/lib/schedule-types.js.map +7 -0
  26. package/build/lib/timer-manager.js +161 -0
  27. package/build/lib/timer-manager.js.map +7 -0
  28. package/build/main.js +505 -0
  29. package/build/main.js.map +7 -0
  30. package/io-package.json +250 -0
  31. package/package.json +108 -0
  32. package/widgets/autism-support/assets/DailyScheduleConfigWidget-BtBtwhj7.js +1 -0
  33. package/widgets/autism-support/assets/DailyScheduleLiveWidget-SUckL7Nq.js +1 -0
  34. package/widgets/autism-support/assets/DailyScheduleVisual-CqaTJ-_R.js +1 -0
  35. package/widgets/autism-support/assets/VisualCountdownConfigWidget-Tvb4ONPz.js +1 -0
  36. package/widgets/autism-support/assets/VisualCountdownLiveWidget-B10nqXVs.js +1 -0
  37. package/widgets/autism-support/assets/VisualCountdownVisual-CS9f3y-I.js +1 -0
  38. package/widgets/autism-support/assets/__virtual_mf___mfe_internal__vis2AutismSupportWidgets__mf_owner__1__loadShare__react__loadShare__.js_commonjs-proxy-CKl-C-M8.js +1 -0
  39. package/widgets/autism-support/assets/_virtual_mf-localSharedImportMap___mfe_internal__vis2AutismSupportWidgets__mf_owner__1-nu3IMIug.js +1 -0
  40. package/widgets/autism-support/assets/_virtual_mf___mfe_internal__vis2AutismSupportWidgets__mf_owner__1__loadShare___mf_0_mui_mf_1_icons_mf_2_material__loadShare__.js-qmOCFNtw.js +1 -0
  41. package/widgets/autism-support/assets/_virtual_mf___mfe_internal__vis2AutismSupportWidgets__mf_owner__1__loadShare___mf_0_mui_mf_1_material__loadShare__.js-BNZUDY8I.js +228 -0
  42. package/widgets/autism-support/assets/_virtual_mf___mfe_internal__vis2AutismSupportWidgets__mf_owner__1__loadShare__react__loadShare__.js-N44SxUJn.js +1 -0
  43. package/widgets/autism-support/assets/_virtual_mf___mfe_internal__vis2AutismSupportWidgets__mf_owner__1__loadShare__react_mf_1_jsx_mf_2_runtime__loadShare__.js-ClXoR1ZQ.js +1 -0
  44. package/widgets/autism-support/assets/_virtual_mf___mfe_internal__vis2AutismSupportWidgets__mf_owner__1__loadShare__react_mf_2_dom__loadShare__.js-T5xrrjVP.js +8 -0
  45. package/widgets/autism-support/assets/_virtual_mf___mfe_internal__vis2AutismSupportWidgets__mf_owner__1__prebuild___mf_0_iobroker_mf_1_adapter_mf_2_react_mf_2_v5__prebuild__-axmSYvmd.js +994 -0
  46. package/widgets/autism-support/assets/hostInit-DHpjPvX5.js +1 -0
  47. package/widgets/autism-support/assets/index-Cg-LdPdj.js +7 -0
  48. package/widgets/autism-support/assets/translations-x5Ja-qyf.js +1 -0
  49. package/widgets/autism-support/assets/virtualExposes-C4Og0Si0.js +1 -0
  50. package/widgets/autism-support/assets/vite-preload-helper-BDBacUwf.js +1 -0
  51. package/widgets/autism-support/customWidgets.js +1 -0
  52. package/widgets/autism-support/icon-set.json +27 -0
  53. package/widgets/autism-support/img/autism-support.png +0 -0
  54. package/widgets/autism-support/img/autism-support.svg +23 -0
  55. package/widgets/autism-support/img/daily-schedule-config.png +0 -0
  56. package/widgets/autism-support/img/daily-schedule-config.svg +20 -0
  57. package/widgets/autism-support/img/daily-schedule-live.png +0 -0
  58. package/widgets/autism-support/img/daily-schedule-live.svg +20 -0
  59. package/widgets/autism-support/img/vis-2-widgets-react-template.svg +8 -0
  60. package/widgets/autism-support/img/vis-widget-demo.png +0 -0
  61. package/widgets/autism-support/img/visual-countdown-config.png +0 -0
  62. package/widgets/autism-support/img/visual-countdown-config.svg +14 -0
  63. package/widgets/autism-support/img/visual-countdown-live.png +0 -0
  64. package/widgets/autism-support/img/visual-countdown-live.svg +10 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Matthias Ulrich <MatthiasUlrich1@gmail.com>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,117 @@
1
+ # ioBroker.autism-support
2
+
3
+ Unterstützung für Menschen mit Autismus in ioBroker: **Visual Countdown**, **Tagesplan mit Zeitbalken** und Piktogrammen.
4
+
5
+ ## Visual Countdown
6
+
7
+ Visueller Countdown als Geometrie-Rahmen (Standard: Quadrat) mit kreisförmigem Fortschritts-Wisch vom Zentrum.
8
+
9
+ ### Datenpunkte (`autism-support.0.timer.*`)
10
+
11
+ | State | Beschreibung |
12
+ |-------|--------------|
13
+ | `duration` | Gesamtdauer in Sekunden |
14
+ | `remaining` | Verbleibende Sekunden |
15
+ | `elapsed` | Abgelaufene Sekunden |
16
+ | `running` / `paused` / `finished` | Status |
17
+ | `start` / `pause` / `resume` / `stop` | Befehle (Schreiben `true`) |
18
+ | `setDurationHours` / `setDurationMinutes` | Dauer setzen |
19
+
20
+ ### VIS-2-Widgets
21
+
22
+ | Widget | Zweck |
23
+ |--------|--------|
24
+ | **Visual Countdown (Live)** | Große Anzeige für den Nutzer |
25
+ | **Visual Countdown (Config)** | Steuerung für Eltern/Pflegeperson |
26
+
27
+ ## Tagesplan mit Zeitbalken
28
+
29
+ Flexible Liste von Piktogrammen mit jeweils eigener Zeitspanne. Rechts daneben ein **farbiger Tagesbereich-Balken**, der sich an **Anzahl und Dauer der Piktogramme** anpasst (Zeitfenster vom ersten bis zum letzten Eintrag), plus **Jetzt**-Markierung.
30
+
31
+ ### Admin: Tagesbereiche
32
+
33
+ Im Admin-Tab **Tagesbereiche** lassen sich Start/Ende (HH:MM) und Farbe je Bereich einstellen. Nacht darf über Mitternacht gehen (z. B. 21:00–06:00). Im **Tagesplan (Konfiguration)**-Widget können Bereiche zusätzlich ein- und ausgeschaltet werden.
34
+
35
+ ### Datenpunkte (`autism-support.0.schedule.*`)
36
+
37
+ | State | Beschreibung |
38
+ |-------|--------------|
39
+ | `plan` | JSON-Plan mit Einträgen (Label, Start/Ende, Piktogramm-Quelle) |
40
+ | `periods` | Tagesbereiche aus der Admin-Konfiguration (JSON, nur lesen) |
41
+ | `periodOverrides` | Ein/Aus der Tagesbereiche aus dem Config-Widget (JSON, schreibbar) |
42
+ | `clearAfterLast` | Plan nach Ende des letzten Piktogramms automatisch leeren (Boolean) |
43
+ | `nowMinutes` | Aktuelle Minuten seit Mitternacht (lokal) |
44
+ | `currentPeriod` | ID des aktuellen Tagesbereichs |
45
+ | `currentItemIndex` | Index des aktiven Planeintrags (`-1` = keiner) |
46
+
47
+ ### VIS-2-Widgets
48
+
49
+ | Widget | Zweck |
50
+ |--------|--------|
51
+ | **Tagesplan (Live)** | Anzeige Piktogramme + Zeitbalken |
52
+ | **Tagesplan (Konfiguration)** | Einträge, Reset, Plan nach Ablauf löschen, Tagesbereiche ein/aus, ARASAAC, Upload |
53
+
54
+ ### Piktogramm-Quellen
55
+
56
+ 1. **ARASAAC (extern)** – nur Pictogramm-ID speichern; Bild wird zur Laufzeit von `static.arasaac.org` geladen. Keine ARASAAC-Dateien im Adapter-Paket.
57
+ 2. **Eigene Uploads** – über das Config-Widget in `autism-support.X/pictograms/` speichern (nur Bilder, für die Sie die Rechte haben).
58
+
59
+ ## Entwicklung
60
+
61
+ Voraussetzungen: Node.js ≥ 20, ioBroker mit `vis-2`.
62
+
63
+ ```bash
64
+ npm install
65
+ cd src-widgets-ts && npm install && cd ..
66
+ npm run build
67
+ npm run dev-server setup
68
+ npm run dev-server watch
69
+ ```
70
+
71
+ Widget-Entwicklung (parallel):
72
+
73
+ ```bash
74
+ cd src-widgets-ts
75
+ npm run start
76
+ ```
77
+
78
+ ## Lizenzen
79
+
80
+ ### Dieser Adapter
81
+
82
+ **MIT** – siehe [LICENSE](LICENSE).
83
+
84
+ ### ARASAAC-Piktogramme (externe Inhalte)
85
+
86
+ Dieser Adapter **enthält und redistribuiert keine** ARASAAC-Bilddateien.
87
+
88
+ - **Quelle:** [ARASAAC](https://arasaac.org) / [API](https://api.arasaac.org) / CDN `https://static.arasaac.org`
89
+ - **Lizenz:** [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
90
+ - **Autor der Piktogramme:** Sergio Palao
91
+ - **Eigentümer:** Regierung von Aragón (Gobierno de Aragón)
92
+
93
+ **Pflichten bei Nutzung (Auszug):**
94
+
95
+ - Namensnennung (Attribution) von Autor, Quelle und Lizenz
96
+ - **Keine kommerzielle Nutzung** der ARASAAC-Piktogramme
97
+ - Abgeleitete Werke unter derselben Lizenz (ShareAlike), sofern Sie solche erstellen/verbreiten
98
+
99
+ Empfohlene Attribution (wie von ARASAAC empfohlen):
100
+
101
+ > The pictographic symbols used are the property of the Government of Aragon and have been created by Sergio Palao for ARASAAC (https://arasaac.org), which distributes them under a Creative Commons license (BY-NC-SA).
102
+
103
+ Deutsch:
104
+
105
+ > Die verwendeten Piktogramme sind Eigentum der Regierung von Aragón und wurden von Sergio Palao für ARASAAC (https://arasaac.org) erstellt; sie werden unter der Creative-Commons-Lizenz BY-NC-SA bereitgestellt.
106
+
107
+ Das Live-/Config-Widget zeigt diese Attribution automatisch, sobald mindestens ein ARASAAC-Eintrag im Plan ist.
108
+
109
+ Offizielle Hinweise: [ARASAAC Terms of Use](https://aulaabierta.arasaac.org/en/terms-of-use) und die Website [arasaac.org](https://arasaac.org).
110
+
111
+ ### Eigene / hochgeladene Piktogramme
112
+
113
+ Für Uploads sind **Sie** verantwortlich, dass Sie die erforderlichen Rechte besitzen. Der Adapter speichert diese Dateien nur lokal in der Adapter-Instanz und liefert sie nicht als Teil des npm-/GitHub-Pakets aus.
114
+
115
+ ## Autor
116
+
117
+ Matthias Ulrich ([@MatthiasUlrich1](https://github.com/MatthiasUlrich1))
Binary file
@@ -0,0 +1,23 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" fill="none">
2
+ <!-- Square frame; remaining via circular sector from center (~45 min) -->
3
+ <defs>
4
+ <clipPath id="sector45">
5
+ <path d="M 64 64 L 64 8 A 56 56 0 1 1 8 64 Z"/>
6
+ </clipPath>
7
+ </defs>
8
+ <!-- center plate -->
9
+ <path d="M 40 40 L 88 40 L 88 88 L 40 88 Z" fill="#F7F7F7"/>
10
+ <!-- track frame (outer square minus inner) -->
11
+ <path
12
+ d="M 22 22 L 106 22 L 106 106 L 22 106 Z M 40 40 L 40 88 L 88 88 L 88 40 Z"
13
+ fill="#E0E0E0"
14
+ fill-rule="evenodd"
15
+ />
16
+ <!-- remaining: same frame, circular wipe -->
17
+ <path
18
+ d="M 22 22 L 106 22 L 106 106 L 22 106 Z M 40 40 L 40 88 L 88 88 L 88 40 Z"
19
+ fill="#FF8A00"
20
+ fill-rule="evenodd"
21
+ clip-path="url(#sector45)"
22
+ />
23
+ </svg>
@@ -0,0 +1,27 @@
1
+ {
2
+ "autism-support adapter settings": "Adaptereinstellungen Autismus-Unterstützung",
3
+ "timer_tab": "Visual Countdown",
4
+ "timer_settings_header": "Visual Countdown – Grundeinstellungen",
5
+ "default_duration_hours": "Standard-Dauer (Stunden)",
6
+ "default_duration_minutes": "Standard-Dauer (Minuten)",
7
+ "max_duration_hours": "Maximale Dauer (Stunden, bis 24)",
8
+ "timer_settings_hint": "Steuerung und Anzeige über VIS-2-Widgets „Visual Countdown (Live/Konfiguration)“ oder Datenpunkte unter timer.*. Der Kreis zeigt immer eine Stunde.",
9
+ "day_periods_tab": "Tagesbereiche",
10
+ "day_periods_header": "Tagesbereiche für den Zeitbalken",
11
+ "day_periods_hint": "Definieren Sie Morgens, Vormittag, Mittag, Nachmittag, Abend und Nacht mit Start/Ende (HH:MM) und Farbe. Diese Bereiche erscheinen im Tagesplan-Widget rechts als farbiger Zeitbalken.",
12
+ "period_morning": "Morgens",
13
+ "period_forenoon": "Vormittag",
14
+ "period_noon": "Mittag",
15
+ "period_afternoon": "Nachmittag",
16
+ "period_evening": "Abend",
17
+ "period_night": "Nacht",
18
+ "period_enabled": "Aktiv",
19
+ "period_start": "Start (HH:MM)",
20
+ "period_end": "Ende (HH:MM)",
21
+ "period_color": "Farbe",
22
+ "period_night_wrap_hint": "Nacht darf über Mitternacht gehen (z. B. 21:00–06:00).",
23
+ "pictograms_tab": "Piktogramme",
24
+ "pictograms_header": "Piktogramm-Quellen",
25
+ "arasaac_license_info": "ARASAAC-Piktogramme werden ausschließlich extern von static.arasaac.org / api.arasaac.org geladen und nicht im Adapter gespeichert oder weiterverbreitet. Lizenz: Creative Commons BY-NC-SA (Autor: Sergio Palao, Eigentümer: Regierung von Aragón). Attribution ist in der README und im Widget vorgeschrieben. Website: https://arasaac.org",
26
+ "custom_pictogram_info": "Eigene Piktogramme können über das Tagesplan-Config-Widget hochgeladen werden (Dateien unter autism-support.X/pictograms/). Laden Sie nur Bilder hoch, die Sie besitzen oder für die Sie eine Nutzungserlaubnis haben. ARASAAC-Dateien bitte nicht hochladen – dafür die externe ARASAAC-ID nutzen."
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "autism-support adapter settings": "Autism Support adapter settings",
3
+ "timer_tab": "Visual Countdown",
4
+ "timer_settings_header": "Visual Countdown – default settings",
5
+ "default_duration_hours": "Default duration (hours)",
6
+ "default_duration_minutes": "Default duration (minutes)",
7
+ "max_duration_hours": "Maximum duration (hours, up to 24)",
8
+ "timer_settings_hint": "Control and display via VIS-2 widgets or states under timer.*. The circle always represents one hour.",
9
+ "day_periods_tab": "Day periods",
10
+ "day_periods_header": "Day periods for the time bar",
11
+ "day_periods_hint": "Configure morning, forenoon, noon, afternoon, evening and night with start/end (HH:MM) and color. These appear as the colored time bar in the daily schedule widget.",
12
+ "period_morning": "Morning",
13
+ "period_forenoon": "Forenoon",
14
+ "period_noon": "Noon",
15
+ "period_afternoon": "Afternoon",
16
+ "period_evening": "Evening",
17
+ "period_night": "Night",
18
+ "period_enabled": "Enabled",
19
+ "period_start": "Start (HH:MM)",
20
+ "period_end": "End (HH:MM)",
21
+ "period_color": "Color",
22
+ "period_night_wrap_hint": "Night may wrap past midnight (e.g. 21:00–06:00).",
23
+ "pictograms_tab": "Pictograms",
24
+ "pictograms_header": "Pictogram sources",
25
+ "arasaac_license_info": "ARASAAC pictograms are loaded only externally from static.arasaac.org / api.arasaac.org and are never stored or redistributed by this adapter. License: Creative Commons BY-NC-SA (author: Sergio Palao, owner: Government of Aragon). Attribution is required in the README and widgets. Website: https://arasaac.org",
26
+ "custom_pictogram_info": "Custom pictograms can be uploaded via the Daily Schedule Config widget (files under autism-support.X/pictograms/). Only upload images you own or are licensed to use. Do not upload ARASAAC files here – use external ARASAAC IDs instead."
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "autism-support adapter settings": "Autism Support adapter settings",
3
+ "timer_tab": "Visual Countdown",
4
+ "timer_settings_header": "Visual Countdown – default settings",
5
+ "default_duration_hours": "Default duration (hours)",
6
+ "default_duration_minutes": "Default duration (minutes)",
7
+ "max_duration_hours": "Maximum duration (hours, up to 24)",
8
+ "timer_settings_hint": "Control and display via VIS-2 widgets or states under timer.*. The circle always represents one hour.",
9
+ "day_periods_tab": "Day periods",
10
+ "day_periods_header": "Day periods for the time bar",
11
+ "day_periods_hint": "Configure morning, forenoon, noon, afternoon, evening and night with start/end (HH:MM) and color. These appear as the colored time bar in the daily schedule widget.",
12
+ "period_morning": "Morning",
13
+ "period_forenoon": "Forenoon",
14
+ "period_noon": "Noon",
15
+ "period_afternoon": "Afternoon",
16
+ "period_evening": "Evening",
17
+ "period_night": "Night",
18
+ "period_enabled": "Enabled",
19
+ "period_start": "Start (HH:MM)",
20
+ "period_end": "End (HH:MM)",
21
+ "period_color": "Color",
22
+ "period_night_wrap_hint": "Night may wrap past midnight (e.g. 21:00–06:00).",
23
+ "pictograms_tab": "Pictograms",
24
+ "pictograms_header": "Pictogram sources",
25
+ "arasaac_license_info": "ARASAAC pictograms are loaded only externally from static.arasaac.org / api.arasaac.org and are never stored or redistributed by this adapter. License: Creative Commons BY-NC-SA (author: Sergio Palao, owner: Government of Aragon). Attribution is required in the README and widgets. Website: https://arasaac.org",
26
+ "custom_pictogram_info": "Custom pictograms can be uploaded via the Daily Schedule Config widget (files under autism-support.X/pictograms/). Only upload images you own or are licensed to use. Do not upload ARASAAC files here – use external ARASAAC IDs instead."
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "autism-support adapter settings": "Autism Support adapter settings",
3
+ "timer_tab": "Visual Countdown",
4
+ "timer_settings_header": "Visual Countdown – default settings",
5
+ "default_duration_hours": "Default duration (hours)",
6
+ "default_duration_minutes": "Default duration (minutes)",
7
+ "max_duration_hours": "Maximum duration (hours, up to 24)",
8
+ "timer_settings_hint": "Control and display via VIS-2 widgets or states under timer.*. The circle always represents one hour.",
9
+ "day_periods_tab": "Day periods",
10
+ "day_periods_header": "Day periods for the time bar",
11
+ "day_periods_hint": "Configure morning, forenoon, noon, afternoon, evening and night with start/end (HH:MM) and color. These appear as the colored time bar in the daily schedule widget.",
12
+ "period_morning": "Morning",
13
+ "period_forenoon": "Forenoon",
14
+ "period_noon": "Noon",
15
+ "period_afternoon": "Afternoon",
16
+ "period_evening": "Evening",
17
+ "period_night": "Night",
18
+ "period_enabled": "Enabled",
19
+ "period_start": "Start (HH:MM)",
20
+ "period_end": "End (HH:MM)",
21
+ "period_color": "Color",
22
+ "period_night_wrap_hint": "Night may wrap past midnight (e.g. 21:00–06:00).",
23
+ "pictograms_tab": "Pictograms",
24
+ "pictograms_header": "Pictogram sources",
25
+ "arasaac_license_info": "ARASAAC pictograms are loaded only externally from static.arasaac.org / api.arasaac.org and are never stored or redistributed by this adapter. License: Creative Commons BY-NC-SA (author: Sergio Palao, owner: Government of Aragon). Attribution is required in the README and widgets. Website: https://arasaac.org",
26
+ "custom_pictogram_info": "Custom pictograms can be uploaded via the Daily Schedule Config widget (files under autism-support.X/pictograms/). Only upload images you own or are licensed to use. Do not upload ARASAAC files here – use external ARASAAC IDs instead."
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "autism-support adapter settings": "Autism Support adapter settings",
3
+ "timer_tab": "Visual Countdown",
4
+ "timer_settings_header": "Visual Countdown – default settings",
5
+ "default_duration_hours": "Default duration (hours)",
6
+ "default_duration_minutes": "Default duration (minutes)",
7
+ "max_duration_hours": "Maximum duration (hours, up to 24)",
8
+ "timer_settings_hint": "Control and display via VIS-2 widgets or states under timer.*. The circle always represents one hour.",
9
+ "day_periods_tab": "Day periods",
10
+ "day_periods_header": "Day periods for the time bar",
11
+ "day_periods_hint": "Configure morning, forenoon, noon, afternoon, evening and night with start/end (HH:MM) and color. These appear as the colored time bar in the daily schedule widget.",
12
+ "period_morning": "Morning",
13
+ "period_forenoon": "Forenoon",
14
+ "period_noon": "Noon",
15
+ "period_afternoon": "Afternoon",
16
+ "period_evening": "Evening",
17
+ "period_night": "Night",
18
+ "period_enabled": "Enabled",
19
+ "period_start": "Start (HH:MM)",
20
+ "period_end": "End (HH:MM)",
21
+ "period_color": "Color",
22
+ "period_night_wrap_hint": "Night may wrap past midnight (e.g. 21:00–06:00).",
23
+ "pictograms_tab": "Pictograms",
24
+ "pictograms_header": "Pictogram sources",
25
+ "arasaac_license_info": "ARASAAC pictograms are loaded only externally from static.arasaac.org / api.arasaac.org and are never stored or redistributed by this adapter. License: Creative Commons BY-NC-SA (author: Sergio Palao, owner: Government of Aragon). Attribution is required in the README and widgets. Website: https://arasaac.org",
26
+ "custom_pictogram_info": "Custom pictograms can be uploaded via the Daily Schedule Config widget (files under autism-support.X/pictograms/). Only upload images you own or are licensed to use. Do not upload ARASAAC files here – use external ARASAAC IDs instead."
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "autism-support adapter settings": "Autism Support adapter settings",
3
+ "timer_tab": "Visual Countdown",
4
+ "timer_settings_header": "Visual Countdown – default settings",
5
+ "default_duration_hours": "Default duration (hours)",
6
+ "default_duration_minutes": "Default duration (minutes)",
7
+ "max_duration_hours": "Maximum duration (hours, up to 24)",
8
+ "timer_settings_hint": "Control and display via VIS-2 widgets or states under timer.*. The circle always represents one hour.",
9
+ "day_periods_tab": "Day periods",
10
+ "day_periods_header": "Day periods for the time bar",
11
+ "day_periods_hint": "Configure morning, forenoon, noon, afternoon, evening and night with start/end (HH:MM) and color. These appear as the colored time bar in the daily schedule widget.",
12
+ "period_morning": "Morning",
13
+ "period_forenoon": "Forenoon",
14
+ "period_noon": "Noon",
15
+ "period_afternoon": "Afternoon",
16
+ "period_evening": "Evening",
17
+ "period_night": "Night",
18
+ "period_enabled": "Enabled",
19
+ "period_start": "Start (HH:MM)",
20
+ "period_end": "End (HH:MM)",
21
+ "period_color": "Color",
22
+ "period_night_wrap_hint": "Night may wrap past midnight (e.g. 21:00–06:00).",
23
+ "pictograms_tab": "Pictograms",
24
+ "pictograms_header": "Pictogram sources",
25
+ "arasaac_license_info": "ARASAAC pictograms are loaded only externally from static.arasaac.org / api.arasaac.org and are never stored or redistributed by this adapter. License: Creative Commons BY-NC-SA (author: Sergio Palao, owner: Government of Aragon). Attribution is required in the README and widgets. Website: https://arasaac.org",
26
+ "custom_pictogram_info": "Custom pictograms can be uploaded via the Daily Schedule Config widget (files under autism-support.X/pictograms/). Only upload images you own or are licensed to use. Do not upload ARASAAC files here – use external ARASAAC IDs instead."
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "autism-support adapter settings": "Autism Support adapter settings",
3
+ "timer_tab": "Visual Countdown",
4
+ "timer_settings_header": "Visual Countdown – default settings",
5
+ "default_duration_hours": "Default duration (hours)",
6
+ "default_duration_minutes": "Default duration (minutes)",
7
+ "max_duration_hours": "Maximum duration (hours, up to 24)",
8
+ "timer_settings_hint": "Control and display via VIS-2 widgets or states under timer.*. The circle always represents one hour.",
9
+ "day_periods_tab": "Day periods",
10
+ "day_periods_header": "Day periods for the time bar",
11
+ "day_periods_hint": "Configure morning, forenoon, noon, afternoon, evening and night with start/end (HH:MM) and color. These appear as the colored time bar in the daily schedule widget.",
12
+ "period_morning": "Morning",
13
+ "period_forenoon": "Forenoon",
14
+ "period_noon": "Noon",
15
+ "period_afternoon": "Afternoon",
16
+ "period_evening": "Evening",
17
+ "period_night": "Night",
18
+ "period_enabled": "Enabled",
19
+ "period_start": "Start (HH:MM)",
20
+ "period_end": "End (HH:MM)",
21
+ "period_color": "Color",
22
+ "period_night_wrap_hint": "Night may wrap past midnight (e.g. 21:00–06:00).",
23
+ "pictograms_tab": "Pictograms",
24
+ "pictograms_header": "Pictogram sources",
25
+ "arasaac_license_info": "ARASAAC pictograms are loaded only externally from static.arasaac.org / api.arasaac.org and are never stored or redistributed by this adapter. License: Creative Commons BY-NC-SA (author: Sergio Palao, owner: Government of Aragon). Attribution is required in the README and widgets. Website: https://arasaac.org",
26
+ "custom_pictogram_info": "Custom pictograms can be uploaded via the Daily Schedule Config widget (files under autism-support.X/pictograms/). Only upload images you own or are licensed to use. Do not upload ARASAAC files here – use external ARASAAC IDs instead."
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "autism-support adapter settings": "Autism Support adapter settings",
3
+ "timer_tab": "Visual Countdown",
4
+ "timer_settings_header": "Visual Countdown – default settings",
5
+ "default_duration_hours": "Default duration (hours)",
6
+ "default_duration_minutes": "Default duration (minutes)",
7
+ "max_duration_hours": "Maximum duration (hours, up to 24)",
8
+ "timer_settings_hint": "Control and display via VIS-2 widgets or states under timer.*. The circle always represents one hour.",
9
+ "day_periods_tab": "Day periods",
10
+ "day_periods_header": "Day periods for the time bar",
11
+ "day_periods_hint": "Configure morning, forenoon, noon, afternoon, evening and night with start/end (HH:MM) and color. These appear as the colored time bar in the daily schedule widget.",
12
+ "period_morning": "Morning",
13
+ "period_forenoon": "Forenoon",
14
+ "period_noon": "Noon",
15
+ "period_afternoon": "Afternoon",
16
+ "period_evening": "Evening",
17
+ "period_night": "Night",
18
+ "period_enabled": "Enabled",
19
+ "period_start": "Start (HH:MM)",
20
+ "period_end": "End (HH:MM)",
21
+ "period_color": "Color",
22
+ "period_night_wrap_hint": "Night may wrap past midnight (e.g. 21:00–06:00).",
23
+ "pictograms_tab": "Pictograms",
24
+ "pictograms_header": "Pictogram sources",
25
+ "arasaac_license_info": "ARASAAC pictograms are loaded only externally from static.arasaac.org / api.arasaac.org and are never stored or redistributed by this adapter. License: Creative Commons BY-NC-SA (author: Sergio Palao, owner: Government of Aragon). Attribution is required in the README and widgets. Website: https://arasaac.org",
26
+ "custom_pictogram_info": "Custom pictograms can be uploaded via the Daily Schedule Config widget (files under autism-support.X/pictograms/). Only upload images you own or are licensed to use. Do not upload ARASAAC files here – use external ARASAAC IDs instead."
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "autism-support adapter settings": "Autism Support adapter settings",
3
+ "timer_tab": "Visual Countdown",
4
+ "timer_settings_header": "Visual Countdown – default settings",
5
+ "default_duration_hours": "Default duration (hours)",
6
+ "default_duration_minutes": "Default duration (minutes)",
7
+ "max_duration_hours": "Maximum duration (hours, up to 24)",
8
+ "timer_settings_hint": "Control and display via VIS-2 widgets or states under timer.*. The circle always represents one hour.",
9
+ "day_periods_tab": "Day periods",
10
+ "day_periods_header": "Day periods for the time bar",
11
+ "day_periods_hint": "Configure morning, forenoon, noon, afternoon, evening and night with start/end (HH:MM) and color. These appear as the colored time bar in the daily schedule widget.",
12
+ "period_morning": "Morning",
13
+ "period_forenoon": "Forenoon",
14
+ "period_noon": "Noon",
15
+ "period_afternoon": "Afternoon",
16
+ "period_evening": "Evening",
17
+ "period_night": "Night",
18
+ "period_enabled": "Enabled",
19
+ "period_start": "Start (HH:MM)",
20
+ "period_end": "End (HH:MM)",
21
+ "period_color": "Color",
22
+ "period_night_wrap_hint": "Night may wrap past midnight (e.g. 21:00–06:00).",
23
+ "pictograms_tab": "Pictograms",
24
+ "pictograms_header": "Pictogram sources",
25
+ "arasaac_license_info": "ARASAAC pictograms are loaded only externally from static.arasaac.org / api.arasaac.org and are never stored or redistributed by this adapter. License: Creative Commons BY-NC-SA (author: Sergio Palao, owner: Government of Aragon). Attribution is required in the README and widgets. Website: https://arasaac.org",
26
+ "custom_pictogram_info": "Custom pictograms can be uploaded via the Daily Schedule Config widget (files under autism-support.X/pictograms/). Only upload images you own or are licensed to use. Do not upload ARASAAC files here – use external ARASAAC IDs instead."
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "autism-support adapter settings": "Autism Support adapter settings",
3
+ "timer_tab": "Visual Countdown",
4
+ "timer_settings_header": "Visual Countdown – default settings",
5
+ "default_duration_hours": "Default duration (hours)",
6
+ "default_duration_minutes": "Default duration (minutes)",
7
+ "max_duration_hours": "Maximum duration (hours, up to 24)",
8
+ "timer_settings_hint": "Control and display via VIS-2 widgets or states under timer.*. The circle always represents one hour.",
9
+ "day_periods_tab": "Day periods",
10
+ "day_periods_header": "Day periods for the time bar",
11
+ "day_periods_hint": "Configure morning, forenoon, noon, afternoon, evening and night with start/end (HH:MM) and color. These appear as the colored time bar in the daily schedule widget.",
12
+ "period_morning": "Morning",
13
+ "period_forenoon": "Forenoon",
14
+ "period_noon": "Noon",
15
+ "period_afternoon": "Afternoon",
16
+ "period_evening": "Evening",
17
+ "period_night": "Night",
18
+ "period_enabled": "Enabled",
19
+ "period_start": "Start (HH:MM)",
20
+ "period_end": "End (HH:MM)",
21
+ "period_color": "Color",
22
+ "period_night_wrap_hint": "Night may wrap past midnight (e.g. 21:00–06:00).",
23
+ "pictograms_tab": "Pictograms",
24
+ "pictograms_header": "Pictogram sources",
25
+ "arasaac_license_info": "ARASAAC pictograms are loaded only externally from static.arasaac.org / api.arasaac.org and are never stored or redistributed by this adapter. License: Creative Commons BY-NC-SA (author: Sergio Palao, owner: Government of Aragon). Attribution is required in the README and widgets. Website: https://arasaac.org",
26
+ "custom_pictogram_info": "Custom pictograms can be uploaded via the Daily Schedule Config widget (files under autism-support.X/pictograms/). Only upload images you own or are licensed to use. Do not upload ARASAAC files here – use external ARASAAC IDs instead."
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "autism-support adapter settings": "Autism Support adapter settings",
3
+ "timer_tab": "Visual Countdown",
4
+ "timer_settings_header": "Visual Countdown – default settings",
5
+ "default_duration_hours": "Default duration (hours)",
6
+ "default_duration_minutes": "Default duration (minutes)",
7
+ "max_duration_hours": "Maximum duration (hours, up to 24)",
8
+ "timer_settings_hint": "Control and display via VIS-2 widgets or states under timer.*. The circle always represents one hour.",
9
+ "day_periods_tab": "Day periods",
10
+ "day_periods_header": "Day periods for the time bar",
11
+ "day_periods_hint": "Configure morning, forenoon, noon, afternoon, evening and night with start/end (HH:MM) and color. These appear as the colored time bar in the daily schedule widget.",
12
+ "period_morning": "Morning",
13
+ "period_forenoon": "Forenoon",
14
+ "period_noon": "Noon",
15
+ "period_afternoon": "Afternoon",
16
+ "period_evening": "Evening",
17
+ "period_night": "Night",
18
+ "period_enabled": "Enabled",
19
+ "period_start": "Start (HH:MM)",
20
+ "period_end": "End (HH:MM)",
21
+ "period_color": "Color",
22
+ "period_night_wrap_hint": "Night may wrap past midnight (e.g. 21:00–06:00).",
23
+ "pictograms_tab": "Pictograms",
24
+ "pictograms_header": "Pictogram sources",
25
+ "arasaac_license_info": "ARASAAC pictograms are loaded only externally from static.arasaac.org / api.arasaac.org and are never stored or redistributed by this adapter. License: Creative Commons BY-NC-SA (author: Sergio Palao, owner: Government of Aragon). Attribution is required in the README and widgets. Website: https://arasaac.org",
26
+ "custom_pictogram_info": "Custom pictograms can be uploaded via the Daily Schedule Config widget (files under autism-support.X/pictograms/). Only upload images you own or are licensed to use. Do not upload ARASAAC files here – use external ARASAAC IDs instead."
27
+ }