Skip to content

Commit b4f326f

Browse files
committed
Updated to extend modules added
1 parent 0978599 commit b4f326f

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

kepconfig/datalogger/__init__.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# -------------------------------------------------------------------------
2-
# Copyright (c) 2020, PTC Inc. and/or all its affiliates. All rights reserved.
2+
# Copyright (c) PTC Inc. and/or all its affiliates. All rights reserved.
33
# See License.txt in the project root for
44
# license information.
55
# --------------------------------------------------------------------------
66

77
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
8-
from . import log_group
8+
from . import log_group, log_items, triggers, mapping
99

10-
# #IoT Gateway Agent Types
11-
# MQTT_CLIENT_AGENT = 'MQTT Client'
12-
# REST_CLIENT_AGENT = 'REST Client'
13-
# REST_SERVER_AGENT = 'REST Server'
14-
# THINGWORX_AGENT = 'ThingWorx'

0 commit comments

Comments
 (0)