From ef2b6aa560aa0dfad8f41d0022bda64b8b2025b7 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sun, 2 Oct 2022 15:22:56 +0200 Subject: [PATCH] Update MQTT documentation * Show hostname --- docs/MQTT_Topics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MQTT_Topics.md b/docs/MQTT_Topics.md index 25c10f0e..e4c83024 100644 --- a/docs/MQTT_Topics.md +++ b/docs/MQTT_Topics.md @@ -7,6 +7,7 @@ The base topic, as configured in the web GUI is prepended to all follwing topics | Topic | R / W | Description | Value / Unit | | --------------------------------------- | ----- | ---------------------------------------------------- | -------------------------- | | dtu/ip | R | IP address of OpenDTU | IP address | +| dtu/hostname | R | Current hostname of the dtu (as set in web GUI) | | | dtu/rssi | R | WiFi network quality | db value | | dtu/status | R | Indicates whether OpenDTU network is reachable | online / offline | | dtu/uptime | R | Time in seconds since startup | seconds |