From 09c4f0f72e992659362f042a7de5b53198be2ee9 Mon Sep 17 00:00:00 2001 From: Torsten Stauder Date: Sun, 8 Nov 2020 21:05:11 +0100 Subject: [PATCH] Described MQTT-topics #2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44d43cf..f3bc3a1 100644 --- a/README.md +++ b/README.md @@ -261,8 +261,8 @@ As already described, MQTT is supported. In order to use it it's necessary to ru Feel free to use your own smarthome-environments (instead of openHAB). The MQTT-topics available are described as follows. Please note: if you want to send a command to Tonuino, you have to use a cmnd-topic whereas Tonuino pushes its states back via state-topics. So guess to want to change the volume to 8 you have to send this number via topic-variable `topicLoudnessCmnd`. Immediately after doing to, Tonuino sends a conformation of this command using `topicLoudnessState`. -| topic-variable | range | meaning ------------------------------------------------------------------------------------------------------------------------------- +| topic-variable | range | meaning | +| ----------------------- | --------------- | ------------------------------------------------------------------------------ | | topicSleepCmnd | 0 or OFF | Power off Tonuino immediately | | topicSleepState | ON or OFF | Sends Tonuino's current/last state | | topicTrackCmnd | 12 digits | Set number of RFID-tag which 'emulates' an RFID-tag (e.g. `123789456089`) |