diff options
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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() |