ThingsBoard IoT Gateway
Minor release with the following improvements.
Main features:
- Implemented RPC methods on the gateway:
- gateway_devices - returns information about connected devices in format
{"Device name":"Connector name"}
; - gateway_stats - returns information about count of processed messages in the last 5 seconds;
- gateway_restart X - method restarts the gateway after X seconds. Returns
{"success":true}
after adding to scheduler; - gateway_reboot X - method reboots machine with gateway (if the user on whose behalf the gateway is running has rights for reboot). Returns
{"success":true}
after adding to scheduler; - gateway_ping - method to checking the gateway. Returns
{"code":200, "resp":"pong"}
;
- gateway_devices - returns information about connected devices in format
- Added ability to use search of the OPC-UA node using namespaces identifiers and flags; #241
Additional features:
- Updated dependencies;
- [File storage] Improvements for events reading process;
Bug fixes:
- [TB Client] Fix for #251;
- [OPC-UA Connector] Fix for special symbols in the path expression;
- [TB Utility] Fix for JSON Path expression and regular expression;