aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-14 18:18:50 +0800
committerKhem Raj <raj.khem@gmail.com>2022-04-14 19:42:10 -0700
commit4ee804f20b07c569ebf3c0bfbd1035537f4d4cc6 (patch)
tree1f34c0a22461145ae32ae69e2102bf337c51c0dc /meta-oe/dynamic-layers
parent7d7848e8c0ea03c9ce6ae8bde4096dac2981fc4a (diff)
downloadmeta-openembedded-contrib-4ee804f20b07c569ebf3c0bfbd1035537f4d4cc6.tar.gz
thingsboard-gateway: upgrade 2.8 -> 2.9
Changelog: ========== Gateway: ----------- Fixed reconnection Gateway to ThingsBoard bug Added minPackSendDelayMS to config file Fixed certificate loading Fixed remote logging feature Fix for RPC calls to connectors. Thanks @mjbernet3 MQTT Connector: --------------- Added JSONPath parsing to RPC valueExpression config section Added attributeRequests config section Added retain flag for attributeUpdates, attributeRequests Added opportunity to combine values in attributes, telemetry and serverSideRpc config sections Modbus Connector: ------------------ Added configuration parameters: retries - Count of retries if polling was failed (default 3) retryOnError - Retry to get data if server returns an error (default true) retryOnInvalid - Retry to get data if server returns invalid data (default true) REST Connector: ----------------- Added SSL Support Added JSONPath parsing to RPC valueExpression config section Added opportunity to combine values in attributes, telemetry and serverSideRpc config sections BACNet Connector: ----------------- General improvements Request Connector: ------------------- General improvements Added JSONPath parsing to RPC valueExpression config section Added opportunity to combine values in attributes, telemetry and serverSideRpc config sections ODBC Connector: ---------------- Bugs fixed (adding timestamp to telemetry) FTP Connector: --------------- Added opportunity to combine values in attributes, telemetry config section for JSON files Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/dynamic-layers')
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.9.bb (renamed from meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.8.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.9.bb
index 6ff98abe5f..82d515dfef 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.8.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.9.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://thingsboard.io/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-SRC_URI[sha256sum] = "35a8aa0268e61b15d689439927756934a28757dc77ad5f03ee6a9119edc37199"
+SRC_URI[sha256sum] = "3341188a386726a5feb87e5fa04edb999de69e38ee8b4ea5b7d59165729ba0be"
inherit pypi setuptools3