From 12201978fc1cb54020fe9f6a4815060f1b1b2bb6 Mon Sep 17 00:00:00 2001 From: devaskim Date: Fri, 16 Dec 2022 17:34:44 +0500 Subject: [PATCH] Configuration parameter mistype --- thingsboard_gateway/gateway/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thingsboard_gateway/gateway/constants.py b/thingsboard_gateway/gateway/constants.py index 3d3938ef..24e7f0cc 100644 --- a/thingsboard_gateway/gateway/constants.py +++ b/thingsboard_gateway/gateway/constants.py @@ -43,7 +43,7 @@ TELEMETRY_TIMESTAMP_PARAMETER = "ts" TELEMETRY_VALUES_PARAMETER = "values" SEND_ON_CHANGE_PARAMETER = "sendDataOnlyOnChange" -SEND_ON_CHANGE_TTL_PARAMETER = "sendDataOnlyOnChangeTts" +SEND_ON_CHANGE_TTL_PARAMETER = "sendDataOnlyOnChangeTtl" DEFAULT_SEND_ON_CHANGE_VALUE = False DEFAULT_SEND_ON_CHANGE_INFINITE_TTL_VALUE = 0