aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.