aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-11-16 18:46:56 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-11-16 18:46:56 +0100
commitdda9ef2ae7971bceaa792e328c8489cb0695b77e (patch)
treef4ce29c170dbd4af136418949a857eb9e89154ca /README.md
parentf17922bcafe1f2f369c9be0f236570771c8ab214 (diff)
downloaddiller-server-dda9ef2ae7971bceaa792e328c8489cb0695b77e.tar.gz
diller-server-dda9ef2ae7971bceaa792e328c8489cb0695b77e.tar.bz2
diller-server-dda9ef2ae7971bceaa792e328c8489cb0695b77e.tar.xz
diller-server-dda9ef2ae7971bceaa792e328c8489cb0695b77e.zip
core:
o Adding device_status table containing the latest device status. mqtt: o Listening on $SYS/broker/log, parse out messages about clients connecting and disconnecting and store in database.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 59413bb..454df09 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Start daemons
sudo systemctl start diller-mqtt
sudo systemctl start diller-web
-
+
sudo systemctl status diller-mqtt
sudo systemctl status diller-web
@@ -55,13 +55,14 @@ Start daemons
* Device
* Update device name
* Property
- * Update property name and description
- * Push to device
+ * DONE: Update property name and description
+ * DONE: Push to device
## MQTT
* Update a property's last value and last timestamp
* Update aggregates in the background
* Worker process with process.spawn()
-* Listen to /$SYS, register when the clients send a PING message
- * Keep the data in memory.
+* DONE: Listen to /$SYS, register when the clients send a PING message
+ * -Keep the data in memory.-
+ * DONE: Store in database.