From f1628998b03ecab3c6c2eb38c300f86f755671e5 Mon Sep 17 00:00:00 2001 From: Stephan <31169771+Blueforcer@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:24:38 +0200 Subject: [PATCH] Update api.md --- docs/api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 6509d14..f19f616 100644 --- a/docs/api.md +++ b/docs/api.md @@ -78,8 +78,9 @@ AWTRIX will only wakeup after time or if you press the middle button once. There ## Sound Playback -Play a RTTTL sound from the MELODIES folder: - +Play a RTTTL sound from the MELODIES folder. +If youre using a DFplayer, use the /sound API and enter the 4 digit number of your MP3. + | MQTT Topic | HTTP URL | Payload/Body | HTTP Method | | ----------------- | ---------------------------- | ------------------- | ----------- | | `[PREFIX]/sound` | `http://[IP]/api/sound` | `{"sound":"alarm"}` | POST |