aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
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()