From 5d66511b847e2098566162a3d98dbef2e06cb947 Mon Sep 17 00:00:00 2001 From: zbeacon Date: Tue, 18 Jan 2022 14:19:00 +0200 Subject: [PATCH] Fix for Status not found error --- thingsboard_gateway/gateway/tb_gateway_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thingsboard_gateway/gateway/tb_gateway_service.py b/thingsboard_gateway/gateway/tb_gateway_service.py index b293a291..dc5ddb73 100644 --- a/thingsboard_gateway/gateway/tb_gateway_service.py +++ b/thingsboard_gateway/gateway/tb_gateway_service.py @@ -27,7 +27,7 @@ from time import sleep, time from simplejson import JSONDecodeError, dumps, load, loads from yaml import safe_load -from thingsboard_gateway.gateway.constant_enums import DeviceActions +from thingsboard_gateway.gateway.constant_enums import DeviceActions, Status from thingsboard_gateway.gateway.constants import CONNECTED_DEVICES_FILENAME, CONNECTOR_PARAMETER, PERSISTENT_GRPC_CONNECTORS_KEY_FILENAME from thingsboard_gateway.gateway.tb_client import TBClient from thingsboard_gateway.storage.file.file_event_storage import FileEventStorage