Skip to content

Commit 44cab29

Browse files
committed
Updated manual with MQTT topics
1 parent a9bf72f commit 44cab29

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tex/manual.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,9 @@
676676
nspanel/status/time & Time as a string & Current time sent by MQTTManager. \\ \hline
677677
nspanel/status/weather & JSON & A JSON representation of the current weather and weather forecast. \\ \hline
678678
nspanel/<panel\_name>/status\_report & JSON & JSON payload with current state of the panel. \\ \hline
679+
nspanel/<panel\_name>/status & JSON & JSON payload with current online/offline state of the panel. \\ \hline
680+
nspanel/<panel\_name>/command & JSON & JSON payload with a command for the panel to execute. \\ \hline
681+
nspanel/<panel\_name>/tft_data & binary & Binary data from a requested section in the TFT file sent from the MQTTManager. \\ \hline
679682
nspanel/mqttmanager/command & JSON & JSON payload from panel with a command for MQTTManager to perform. \\ \hline
680683
\end{tabular}}
681684
\end{table}

0 commit comments

Comments
 (0)