| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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 Improved transaction handling.
web:
o Supporting changing a device's name and description.
|
|
|
|
| |
o Starting on edit button for device name.
|
| |
|
| |
|
|
o Using di.js as dependency injection framework.
|