6 Commits

Author SHA1 Message Date
Michael Zanetti
c529314de6 Allow thing settings to be opened directly from the things page 2019-09-26 00:49:24 +02:00
Michael Zanetti
bec8e233c5 Drop basicTags support, it's deprecated and has never been used 2019-03-19 11:25:29 +01:00
Michael Zanetti
56a87e9e97 devices doesn't access the Engine singleton any more
This is a not *that* straight forward. For convenience, Devices
offers information from the DeviceClasses and used to get that stuff
from the engine. In order to solve this I've added a pointer to the
DeviceClass in Device. This however, implies that DeviceClasses
must be created before Devices and destroyed after them. As the
general concept of the system is built in such a way this isn't
an issue but it requires some extra throughts when tearing down
things.
2018-10-01 17:17:54 +02:00
Michael Zanetti
04b5e1931b group things in configureThingsPage.qml 2018-08-03 21:55:26 +02:00
Simon Stürz
5e407ff13f Add bluetooth service discovery and bluetooth interface 2018-07-31 09:31:26 +02:00
Michael Zanetti
29bc7db21e rename to nymea:app 2018-06-26 04:14:19 +02:00