From e7fdd791a7e9c697974f86532a55acfa0a243b6d Mon Sep 17 00:00:00 2001 From: MrDIY <2257165-onada@users.noreply.gitlab.com> Date: Tue, 14 Jul 2020 14:05:17 +0000 Subject: [PATCH] Delete commands_list --- commands_list | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 commands_list diff --git a/commands_list b/commands_list deleted file mode 100644 index 40eff96..0000000 --- a/commands_list +++ /dev/null @@ -1,27 +0,0 @@ - Commands, to: - - - Play MP3 MQTT topic: "/mrdiynotifier/play" - MQTT load: http://url-to-the-mp3-file/file.mp3 - - - Play Icecast Stream MQTT topic: "/mrdiynotifier/stream" - MQTT load: http://url-to-the-icecast-stream/file.mp3 - - - Play Ringtone MQTT topic: "/mrdiynotifier/tone" - MQTT load: RTTTL formated text, example: Soap:d=8,o=5,b=125:g,a,c6,p,a,4c6,4p,a,g,e,c,4p,4g,a - - - Say Text MQTT topic: "/mrdiynotifier/say" - MQTT load: Text to be read, example: Hello There. How. Are. You? - - - Change Volume MQTT topic: "/mrdiynotifier/volume" - MQTT load: a double between 0.00 and 1.00, example: 0.7 - - To get status: - - - The notifier sends status update on this MQTT topic: "/mrdiynotifier/status" - - "playing" either paying an mp3, streaming, playing a ringtone or saying a text - "idle" waiting for a command - "error" error when receiving a command: example: MP3 file URL can't be loaded - "connected" device just connected to MQTT server - - - The notifier plays a 2 second audio clip when it is first booted and connected to Wifi