| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
o Supporting aggregate levels of 'minute' and 'day' in addition to the existing 'hour'.
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
o Replacing 'sensor' with 'property'.
|
|
|
|
| |
o Publishing messages when the name/description is changed from the web.
|
|
|
|
| |
o Playing around with type annotations.
|
|
|
|
|
|
| |
o Adding updates of device property's name and description.
web:
o Ading editing of property name and description.
|
|
|
|
| |
o Removing dupliated name and description fields from device.
|
|
|
|
|
| |
o Showning device name and description.
o Trying out cards for the property list.
|
|
|
|
| |
o Better form interaction: enter to submit and autofocus on the field.
|
|
|
|
|
| |
o Adding last_timestamp
o Showing last_value and last_timestamp for each property.
|
|
|
|
|
|
| |
o Improved transaction handling.
web:
o Supporting changing a device's name and description.
|
|
|
|
| |
o Starting on edit button for device name.
|
|
|
|
| |
o Using manyOrNone on SELECTs that can return an empty result set.
|
|
|
|
|
| |
o Adding 'time ago' for each value.
o Adding 'reload' button for a property.
|
| |
|
| |
|
| |
|
|
|
|
| |
o Using di.js as dependency injection framework.
|
|
|
|
| |
o Adding migration scripts for the schema.
|
|
|
|
| |
o Switching to pg-promise to not get overloaded by callbacks.
|
|
|