aboutsummaryrefslogtreecommitdiff
path: root/src/web
Commit message (Collapse)AuthorAgeFilesLines
* core:Trygve Laugstøl2016-03-061-4/+7
| | | | o Supporting aggregate levels of 'minute' and 'day' in addition to the existing 'hour'.
* web:Trygve Laugstøl2016-03-051-5/+33
| | | | | o Adding an API method to get per-hour aggregate values. Doesn't use the by_hour table yet. o Adding a simple line graph component that can graph a single property's value.
* core:Trygve Laugstøl2015-11-161-1/+1
| | | | | | 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.
* core:Trygve Laugstøl2015-11-011-1/+1
| | | | o Replacing 'sensor' with 'property'.
* web:Trygve Laugstøl2015-11-011-26/+47
| | | | o Publishing messages when the name/description is changed from the web.
* misc:Trygve Laugstøl2015-11-011-8/+41
| | | | o Playing around with type annotations.
* core:Trygve Laugstøl2015-11-011-0/+33
| | | | | | o Adding updates of device property's name and description. web: o Ading editing of property name and description.
* web:Trygve Laugstøl2015-11-011-12/+14
| | | | o Removing dupliated name and description fields from device.
* core:Trygve Laugstøl2015-10-311-26/+30
| | | | | | o Improved transaction handling. web: o Supporting changing a device's name and description.
* web:Trygve Laugstøl2015-10-311-13/+63
| | | | o Starting on edit button for device name.
* o Experimenting with grunt.Trygve Laugstøl2015-10-251-2/+1
|
* wipTrygve Laugstøl2015-10-251-32/+51
|
* o Adding a webapp.Trygve Laugstøl2015-10-201-0/+158
o Using di.js as dependency injection framework.