Michael Zanetti
18d684592d
Allow reconfiguring red-only params from the plugin side in autoDevicesAppeared()
2019-04-10 14:06:08 +02:00
Michael Zanetti
7bd863b131
Add some more debug prints to see where it is going wrong.
2019-04-10 13:12:25 +02:00
Simon Stürz
13b0f38693
Add reconfigure auto device mechanism
2019-04-10 13:12:25 +02:00
Simon Stürz
aabebcfac9
Change devicemanager finished info from warning to default debug
2019-04-10 13:12:25 +02:00
Michael Zanetti
8ebd1ddc4e
Rework translation mechanism
...
This branch moves the translation logic out of the DevicePlugin
into the JsonRpc layers (JsonRpcHandlers and Rest handlers) and
deprecates the Configuration.SetLanguage method call. Instead
it adds a "locale" property in the JSONRPC.Hello message. This
will allow multiple clients to connect to a single core using
different languages.
2019-04-08 16:49:24 +02:00
Michael Zanetti
5badc066fb
Add a deviceId to DeviceDescriptors to allow reconfiguring them
2019-04-08 13:55:15 +02:00
Michael Zanetti
8991e01526
Fix merging params for discovered devices with user overrides
2019-04-08 13:55:15 +02:00
Michael Zanetti
c6d9bdd75c
Make loading and tearing down of the core more predictable
2019-04-08 13:55:15 +02:00
Michael Zanetti
d956df8483
Allow overriding device parameters from discovered devices
2019-04-08 13:55:15 +02:00
Michael Zanetti
15938cafb3
Fix an issue where Rules might not be initialized properly at startup
2019-04-08 13:55:15 +02:00
Simon Stürz
4a0da12be9
Call plugin init method after plugin configuration loading
2019-04-08 13:55:15 +02:00
Michael Zanetti
058cb8af06
store the state type along with the value in the state cache
2019-04-08 13:55:15 +02:00
Simon Stürz
dcd410457d
Update core documentation and fix inline warnings
2019-04-08 13:55:15 +02:00
Simon Stürz
50bd22cedd
Add plugin wizard tutorial and improve style sheet
2019-04-08 13:55:15 +02:00
Michael Zanetti
9e603cb536
cache dynamic turn credentials
2019-04-08 13:55:15 +02:00
Michael Zanetti
661a75a988
make use of parent mechanism in mock device
2019-04-08 13:55:15 +02:00
Michael Zanetti
12ff672216
only init devices after their parents have been set up
2019-04-08 13:55:15 +02:00
Michael Zanetti
2ab082bbc4
Add support for device parenting in discovery phase
2019-04-08 13:55:15 +02:00
Michael Zanetti
67a535619f
fix typos as reported by Krazy2
2019-04-08 13:55:15 +02:00
Simon Stürz
1f58300352
Add API documentation
2019-04-08 13:55:15 +02:00
Michael Zanetti
b46eea1d61
guhTimer -> nymeaTimer
2019-04-08 13:55:15 +02:00
Michael Zanetti
79cc563eb0
docs guh -> nymea
2019-04-08 13:55:15 +02:00
Michael Zanetti
5826532fc9
rename plugin output
2019-04-08 13:55:15 +02:00
Michael Zanetti
b8a86b095d
copyright headers guh -> nymea
2019-04-08 13:55:15 +02:00
Michael Zanetti
36d4f89b24
namespace guhserver -> namespace nymeaserver
2019-04-08 13:55:15 +02:00
Michael Zanetti
559a8be1f6
guhcore -> nymeacore
2019-04-08 13:55:15 +02:00
Michael Zanetti
dca764fafd
guhsettings -> nymeasettings
2019-04-08 13:55:15 +02:00
Michael Zanetti
39fc071ed6
defines GUH_* -> NYMEA_*
2019-04-08 13:55:15 +02:00
Michael Zanetti
eb316a7a0c
libguh -> libnymea
2019-04-08 13:55:15 +02:00