aboutsummaryrefslogtreecommitdiff
path: root/src/Diller.js
Commit message (Collapse)AuthorAgeFilesLines
* core:Trygve Laugstøl2015-11-161-7/+85
| | | | | | 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-2/+2
| | | | o Replacing 'sensor' with 'property'.
* misc:Trygve Laugstøl2015-11-011-1/+12
| | | | o Playing around with type annotations.
* core:Trygve Laugstøl2015-11-011-3/+12
| | | | | | o Adding updates of device property's name and description. web: o Ading editing of property name and description.
* core/web:Trygve Laugstøl2015-10-311-5/+7
| | | | | o Adding last_timestamp o Showing last_value and last_timestamp for each property.
* core:Trygve Laugstøl2015-10-311-67/+42
| | | | | | o Improved transaction handling. web: o Supporting changing a device's name and description.
* web:Trygve Laugstøl2015-10-311-1/+22
| | | | o Starting on edit button for device name.
* o Splitting the value field into value_numeric and value_text.Trygve Laugstøl2015-10-301-1/+1
|
* wipTrygve Laugstøl2015-10-251-1/+2
|
* o Adding a webapp.Trygve Laugstøl2015-10-201-25/+12
| | | | o Using di.js as dependency injection framework.
* o Adding aggregation tables.Trygve Laugstøl2015-10-191-2/+43
| | | | o Adding migration scripts for the schema.
* o Dropping the app concept.Trygve Laugstøl2015-10-181-0/+101
o Switching to pg-promise to not get overloaded by callbacks.