Skip to content

Commit

Permalink
App docs
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed May 17, 2022
1 parent ba009b9 commit 8a85ba8
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
23 changes: 20 additions & 3 deletions docs/de/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Einige Apps lassen sich mit Zusatzinformationen versehen oder steuern.
- [Radio](https://apps.lametric.com/apps/radio/70)
- [Weather](https://apps.lametric.com/apps/weather/69)

### clock.clockface
### Alarm Clock

**clock.clockface**

Gültige Werte sind

Expand All @@ -21,6 +23,21 @@ Gültige Werte sind

Beispiel: `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAOklEQVQYlWNUVFBgwAeYcEncv//gP04FMEmsCmCSiooKjHAFMEF0SRQTsEnCFcAE0SUZGBgYGAl5EwA+6RhuHb9bggAAAABJRU5ErkJggg==`

### countdown.configure
**clock.alarm.enabled**

Alarm aktivieren oder deaktivieren

**clock.alarm.time**

Uhrzeit im Format ``HH:MM:SS`` - z.B. ``10:00:00`` oder ``10:00``

**clock.alarm.wake_with_radio**

Mit Radio statt alarm wecken

### Timer

**countdown.configure**

Zeit in Sekunden

Erlaubte Werte: Zeit in Sekunden
22 changes: 19 additions & 3 deletions docs/en/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ You can control some apps with custom information.
- [Radio](https://apps.lametric.com/apps/radio/70)
- [Weather](https://apps.lametric.com/apps/weather/69)

### clock.clockface
### Alarm Clock

**clock.clockface**

Allowed values are:

Expand All @@ -21,6 +23,20 @@ Allowed values are:

Example: `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAOklEQVQYlWNUVFBgwAeYcEncv//gP04FMEmsCmCSiooKjHAFMEF0SRQTsEnCFcAE0SUZGBgYGAl5EwA+6RhuHb9bggAAAABJRU5ErkJggg==`

### countdown.configure
**clock.alarm.enabled**

Activate or deactivate alarm

**clock.alarm.time**

Alarm time with format ``HH:MM:SS`` - e.g. ``10:00:00`` or ``10:00``

**clock.alarm.wake_with_radio**

Wake with radio instead of alarm

### Timer

**countdown.configure**

Allowed value: Time in seconds
Time in seconds

0 comments on commit 8a85ba8

Please sign in to comment.