jenkins
375c513186
Merge PR #601 : Allow registering lists of ThingId on json rpc
2022-12-13 21:05:00 +01:00
jenkins
66c606aa10
Merge PR #600 : NetworkDeviceDiscovery: wait for pending MAC address manufacturer lookups before finishing a discovery
2022-12-13 21:04:59 +01:00
jenkins
d2d61bfe58
Merge PR #599 : Make init call for python plugins blocking
2022-12-13 21:04:58 +01:00
jenkins
cff3e1ab08
Merge PR #593 : Fix permissions for rules, tags and appdata api
2022-12-13 21:04:56 +01:00
jenkins
6cce82c088
Merge PR #591 : Allow registering list types without their contained objects on JSONRPC
2022-12-13 21:04:55 +01:00
jenkins
8bd402d808
Merge PR #590 : Fix suggestLogging property not working for eventTypes
2022-12-13 21:04:54 +01:00
jenkins
f22d1e55a4
Merge PR #589 : Add a childlock interface
2022-12-13 21:04:52 +01:00
jenkins
57f3c83445
Merge PR #585 : Update systemd service dependecies to dbus.socket
2022-12-13 21:04:51 +01:00
Simon Stürz
6a08de4763
Ping: Clean up replies properly if they get deleted before finished
2022-12-12 11:12:11 +01:00
Simon Stürz
da6d7b8efe
Speed up ping, inform about unfinished ping replies and abort on timeout
2022-12-05 08:55:48 +01:00
Michael Zanetti
9296c1183c
Fix permissions for tags and appdata
...
This ties those namespaces to the things permissions but won't
allow having different tags/appdata per user, which arguably would
be desirable. However, that's currently not that straight forward
to do, as at the moment there is no way to direct jsonrpc notifications
to a single user.
2022-11-30 15:30:50 +01:00
Michael Zanetti
289362fefc
Allow registering lists of ThingId on json rpc
2022-11-12 23:59:25 +01:00
Simon Stürz
8271e527eb
NetworkDeviceDiscovery: wait for pending MAC address manufacturer lookups before finishing a discovery
2022-11-10 00:35:43 +01:00
Michael Zanetti
a7e1ffca1f
Make init call for python plugins blocking
...
We don't want to run setupThing() before init() is completed.
This also matches with how C++ plugins work.
Fixes #598
2022-11-09 15:12:18 +01:00
Michael Zanetti
6171a16157
Fix permissions for rules api
2022-11-07 22:48:12 +01:00
jenkins
8367f60886
Jenkins release build 1.5.1
2022-11-07 12:48:00 +01:00
Michael Zanetti
0dee8d44de
Allow registering list types without their contained objects on JSONRPC
2022-11-06 01:32:57 +01:00
Michael Zanetti
65736e1034
Fix suggestLogging property not working for eventTypes
2022-11-05 19:04:31 +01:00
jenkins
3af830e559
Jenkins release build 1.5.0
2022-10-25 02:37:19 +02:00
jenkins
5c0783ef0e
Merge PR #587 : Update mac address database
2022-10-25 02:37:17 +02:00
jenkins
d59a6edd27
Merge PR #584 : Allow to override default paths using new env variable
2022-10-25 02:37:15 +02:00
jenkins
6008303b5b
Merge PR #583 : Rework air quliaty interfaces
2022-10-25 02:37:14 +02:00
jenkins
1d5144fb66
Merge PR #582 : Add API to configure the wired network
2022-10-25 02:37:13 +02:00
jenkins
d0e4811849
Merge PR #581 : Improve warning information in thing manager
2022-10-25 02:37:11 +02:00
jenkins
8c67dd8bd8
Merge PR #580 : Remove extern plugin info from testlib header
2022-10-25 02:37:10 +02:00
jenkins
064f567a60
Merge PR #579 : Provide mock plugin with the test library, not with the tests.
2022-10-25 02:37:08 +02:00
jenkins
21999ba54b
Merge PR #578 : Network device discovery: fix potential crash on unregister non existing monitor
2022-10-25 02:37:07 +02:00
jenkins
8be69bdeb0
Merge PR #577 : Fix editing user scopes
2022-10-25 02:37:05 +02:00
jenkins
439b320cbe
Merge PR #576 : Network device discovery: create reply for each discovery request
2022-10-25 02:37:04 +02:00
jenkins
3e5e9ac738
Merge PR #574 : Add Thing and Things types to script engine
2022-10-25 02:37:03 +02:00
jenkins
094c32ecf1
Merge PR #572 : Add API to interact with ZigBee bindings
2022-10-25 02:37:01 +02:00
jenkins
6d30b69a13
Merge PR #570 : Fix PyStdOutHandler class name in python engine
2022-10-25 02:37:00 +02:00
jenkins
0a571a63a9
Merge PR #566 : Align gassensor interface wording
2022-10-25 02:36:58 +02:00
jenkins
68c0fad975
Merge PR #564 : Expose Zigbee neighbor tables to jsonrpc
2022-10-25 02:36:57 +02:00
jenkins
264b0362f6
Merge PR #558 : Fix a potential info->aborted() call after the plugin called info->finish()
2022-10-25 02:36:56 +02:00
Simon Stürz
41b63b081b
Update mac address database
2022-10-25 01:31:13 +02:00
Simon Stürz
52722d6cd9
Network device discovery: fix potential crash on unregister non existing monitor
2022-10-25 01:28:33 +02:00
Simon Stürz
b7f5a260ac
Update internal reply clean up order. Fix #588
2022-10-25 01:24:10 +02:00
Michael Zanetti
57b3c84b8f
Add a childlock interface
2022-10-23 23:00:14 +02:00
Michael Zanetti
7c7955b66b
Rework air quliaty interfaces
...
Removes the indoorairquality and airquality interfaces as the
plugin isn't the right place for these sort of voncersion.
Instead, this PR specifies the individual compounds that
for the base for air quality measurements and ties them down
to export raw data.
It's the client apps responsibility to translate those values
into Air Quality Index scales based on the location of user. I.e.
while Europe would use the CAQI (Common Air Quality Index), the
US would use the EPA AQI etc.
2022-10-17 23:00:39 +02:00
Simon Stürz
149e5c8c49
Update systemd service dependecies to dbus.socket
2022-10-17 11:48:18 +02:00
Michael Zanetti
22e75b08df
Add Thing and Things types to script engine
2022-10-13 15:18:06 +02:00
Simon Stürz
6734de4b45
Allow to override default paths using new env variable and rename additional paths to *EXTRA_PATH
2022-10-13 15:16:18 +02:00
Simon Stürz
a3b3eecde8
Update debug prints and improve information given by warnings
2022-10-13 12:07:20 +02:00
Michael Zanetti
b4eca2a94f
Add API to interact with ZigBee bindings
2022-10-13 11:05:04 +02:00
Michael Zanetti
1fc4c7f2d7
Expose Zigbee neighbor and routing tables to jsonrpc
2022-10-13 10:59:24 +02:00
Michael Zanetti
baab4ed8c6
Add API to configure the wired network
2022-10-06 13:41:30 +02:00
Simon Stürz
41a5d2caf0
nymea testbase: remove extern plugin info from testlib header
2022-10-03 15:17:29 +02:00
Simon Stürz
219bb4c620
Provide mock plugin with the test library, not with the tests.
2022-10-03 14:23:59 +02:00
Simon Stürz
5272ab8b9c
Add information instructions to bug report request message.
2022-10-03 11:28:18 +02:00