Skip to content

Commit 6ca5ccb

Browse files
committed
Fixed typo in manual
1 parent 8c4e258 commit 6ca5ccb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tex/manual.pdf

-19 Bytes
Binary file not shown.

tex/manual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
\subsubsection{Home Assistant and/or OpenHAB to/from NSPanel Manager container}
476476
There is two types of trafic flowing between these nodes:
477477
\begin{itemize}
478-
\item \textbf{Websocket:} A websocket connection is setup in order for the NSPanel Manager container to receive entity updates from Home Assistant and/or OpenHAB but also to sent entity commands (ex. turn light X on typ 20\%). A websocket is used to speed up the communication and also to not have to poll the home automation software for information.
478+
\item \textbf{Websocket:} A websocket connection is setup in order for the NSPanel Manager container to receive entity updates from Home Assistant and/or OpenHAB but also to sent entity commands (ex. turn light X on to 20\%). A websocket is used to speed up the communication and also to not have to poll the home automation software for information.
479479
\item \textbf{HTTP GET API:} The usual HTTP GET API is also used. This is used when adding entities to a room, as an example. When pressing the "Add new light" button, the NSPanel Manager container will make an HTTP GET request to gather all available entities and then send them back to the client (browser) so that the user may choose what entitiy to add to the room.
480480
\end{itemize}
481481
\subsubsection{NSPanel Manager container to/from MQTT}

0 commit comments

Comments
 (0)