From 2cab7558863fe8827e1d939733dd77779666d641 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 30 Oct 2015 21:14:16 +0100 Subject: misc: o Adding TODOs. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index aada0ac..af05557 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,19 @@ Start daemons mosquitto_pub -h trygvis.io -t /diller/aa:bb:cc:dd:ee:ff/property/temp-0/value -m 12.3 mosquitto_pub -h trygvis.io -t /diller/aa:bb:cc:dd:ee:ff/property/temp-0/name -m Bathroom mosquitto_pub -h trygvis.io -t /diller/aa:bb:cc:dd:ee:ff/property/temp-0/description -m "Second Floor" + +# TODO + +## Web + +* Device + * Update device name +* Property + * Update property name and description + * Push to device + +## MQTT + +* Update a property's last value and last timestamp +* Update aggregates in the background + * Worker process with process.spawn() -- cgit v1.2.3