aboutsummaryrefslogtreecommitdiff
path: root/src/mqtt
Commit message (Collapse)AuthorAgeFilesLines
* core:Trygve Laugstøl2015-11-161-1/+4
| | | | | | 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.
* web:Trygve Laugstøl2015-11-012-40/+60
| | | | o Publishing messages when the name/description is changed from the web.
* misc:Trygve Laugstøl2015-11-011-3/+3
| | | | o Playing around with type annotations.
* core:Trygve Laugstøl2015-10-311-4/+6
| | | | | | o Improved transaction handling. web: o Supporting changing a device's name and description.
* o Adding a webapp.Trygve Laugstøl2015-10-201-0/+38
o Using di.js as dependency injection framework.