mirror of https://github.com/nymea/nymea.git
18 lines
382 B
Plaintext
18 lines
382 B
Plaintext
/*!
|
|
\module server
|
|
\title Hive server
|
|
The Hive server is the instance that communicates with the hardware and provides a JSONRPC interface
|
|
for communicating with the UI. It consists of those parts:
|
|
|
|
\section3 Hive core
|
|
\annotatedlist core
|
|
|
|
\section3 JSRONRPC Interface
|
|
\annotatedlist jsonrpc
|
|
|
|
\section3 Rules Engine
|
|
\annotatedlist rules
|
|
*/
|
|
|
|
|