Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace CCU.IO with ioBroker #720

Merged
merged 3 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Bedeutung der Optionen im Konfigfile:
- `preview`: 7 heisst, dass Termine 7 Tage im voraus angezeigt werden
- `runEveryMinutes`: 30 bedeutet dass der Adapter automatisch alle 30min den Kalender neu einliesst. Bei 0 wird nicht automatisch eingelesen
- `colorize`: true Termine am heutigen Tag sowie aktuell laufende Termine werden rot gefärbt, Termine am morgigen Tag orange, diese Option überstimmt die Option everyCalOneColor
- `debug`: false bei true werden erweiterte Ausgaben ins CCU.IO Log geschrieben
- `debug`: false bei true werden erweiterte Ausgaben ins ioBroker Log geschrieben
- `defColor`: `white` legt die Standardfarbe der Kalendereinträge fest
- `fulltime`: ` ` legt fest durch welchen String bei ganztägigen Terminen die Uhrzeit 00:00 ersetzt wird. Bei Leerzeichen (zwischen den Hochkommas) wird dir Uhrzeit bei ganztägigen Terminen weggelassen
- `replaceDates`: true Bei true wird bei heutigen Terminen das heutige Datum durch den String todayString ersetzt (z.B. "Heute"). Bei morgigen Terminen durch den String tomorrowString
Expand Down
2 changes: 1 addition & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To do this, set the polling interval (in minutes) in the settings with the varia
- `preview`: 7 # means that appointments will display 7 days in advance
- `runEveryMinutes`: 30 # means the adapter automatically revisits the calendar every 30 minutes. If 0, it will not read automatically.
- `colorize`: true # Today's appointments and appointments currently running will be colored red, with tomorrow's appointments orange. This option overrides the option everyCalOneColor
- `debug`: false # if true, extended output writes to the CCU.IO log
- `debug`: false # if true, extended output writes to the ioBorker log
Apollon77 marked this conversation as resolved.
Show resolved Hide resolved
- `defColor`:` white` # sets the default color of the calendar entries
- `fulltime`: ` ` # determines which string will replace 00:00 for all-day appointments. For spaces (between the quotes), the time will omit for all-day appointments.
- `replaceDates`: true # If true, today's date is replaced by the string todayString (for example, today). Tomorrow's appointments through the string tomorrowString
Expand Down
Loading