nymea/libnymea
Michael Zanetti 9dcab1293c rework closable interfaces a bit
simpleclosable  (a: open, close)
|- awning (a: stop)
|  |- extendedawning (s: percentage, moving)
|- blind  (a: stop)
|  |- extendedblind (s: percentage, moving)
|- closable (s: state)
|  |- garagegate (a: stop, s: intermediateposition)
|- shutter (a: stop)
|- smartlock (a, unlatch s: state)

simpleclosable (a: open, close)
|- closable (a: stop)
|  |- awning
|  |- blind
|  |- shutter
|  |- garagegate (s: state, intermediatePosition)
|  |- extendedclosable (s: moving, s: percentage)
|     |- extendedawning
|     |- extendedblind
|     |- extendedshutter
|- smartlock (a: unlatch, s: state)
2019-04-08 13:55:15 +02:00
..
coap fix typos as reported by Krazy2 2019-04-08 13:55:15 +02:00
hardware fix typos as reported by Krazy2 2019-04-08 13:55:15 +02:00
interfaces rework closable interfaces a bit 2019-04-08 13:55:15 +02:00
network fix typos as reported by Krazy2 2019-04-08 13:55:15 +02:00
plugin Fix translation update path for external plugins 2019-04-08 13:55:15 +02:00
types add docs 2019-04-08 13:55:15 +02:00
LICENSE libguh -> libnymea 2019-04-08 13:55:15 +02:00
devicemanager.cpp cache dynamic turn credentials 2019-04-08 13:55:15 +02:00
devicemanager.h Add API documentation 2019-04-08 13:55:15 +02:00
hardwaremanager.cpp cleanup libnymea api to enforce less linking on plugins 2019-04-08 13:55:15 +02:00
hardwaremanager.h cleanup libnymea api to enforce less linking on plugins 2019-04-08 13:55:15 +02:00
hardwareresource.cpp fix typos as reported by Krazy2 2019-04-08 13:55:15 +02:00
hardwareresource.h cleanup libnymea api to enforce less linking on plugins 2019-04-08 13:55:15 +02:00
libnymea.h copyright headers guh -> nymea 2019-04-08 13:55:15 +02:00
libnymea.pro update dbus code to be more generic 2019-04-08 13:55:15 +02:00
loggingcategories.cpp copyright headers guh -> nymea 2019-04-08 13:55:15 +02:00
loggingcategories.h copyright headers guh -> nymea 2019-04-08 13:55:15 +02:00
nymeadbusservice.cpp don't create a dbus connection before the QCoreApplication 2019-04-08 13:55:15 +02:00
nymeadbusservice.h don't create a dbus connection before the QCoreApplication 2019-04-08 13:55:15 +02:00
nymeasettings.cpp Implement a tagging system 2019-04-08 13:55:15 +02:00
nymeasettings.h Implement a tagging system 2019-04-08 13:55:15 +02:00
plugintimer.cpp fix typos as reported by Krazy2 2019-04-08 13:55:15 +02:00
plugintimer.h copyright headers guh -> nymea 2019-04-08 13:55:15 +02:00
typeutils.h fix stateevaluator bug where it would not properly use the OR operator 2019-04-08 13:55:15 +02:00