diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 0227d88..f587980 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -12,4 +12,5 @@ - [Custom Pages & Notifications](custom.md) - [Alarm clock](alarm.md) - [Timer](timer.md) - - [Icons](icons.md) \ No newline at end of file + - [Icons](icons.md) + - [Sounds](sounds.md) \ No newline at end of file diff --git a/docs/sounds.md b/docs/sounds.md new file mode 100644 index 0000000..d57d1fe --- /dev/null +++ b/docs/sounds.md @@ -0,0 +1,16 @@ +# Sounds + + +Optionally, you can play a sound via the integrated buzzer. +To do this, go to the file manager in the web interface and create a new text file in the "MELODIES" folder. +Name it whatever you like, e.g. "alarm.txt". Inside the file, place a melody in RTTTL format. +You can find many melodies on the internet. + +For example, here: +https://www.laub-home.de/wiki/RTTTL_Songs + +*Online RTTTL player:* +https://adamonsoon.github.io/rtttl-play/ + +*RTTTL editor:* +https://corax89.github.io/esp8266Game/soundEditor.html \ No newline at end of file