Skip to content

Commit

Permalink
Merge pull request #720 from iobroker-community-adapters/UncleSamSwis…
Browse files Browse the repository at this point in the history
…s-patch-1

Replace CCU.IO with ioBroker
  • Loading branch information
Apollon77 authored Jan 2, 2025
2 parents 2611c43 + b54c1b9 commit 2cdc24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 ioBroker log
- `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

0 comments on commit 2cdc24a

Please sign in to comment.