From dda9ef2ae7971bceaa792e328c8489cb0695b77e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 16 Nov 2015 18:46:56 +0100 Subject: 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. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3