kepconfig.iot_gateway

iot_gateway module provides support for Kepware's IoT Gateway plug-in specific objects within the Kepware Configuration API

 1# -------------------------------------------------------------------------
 2# Copyright (c) PTC Inc. and/or all its affiliates. All rights reserved.
 3# See License.txt in the project root for
 4# license information.
 5# --------------------------------------------------------------------------
 6
 7r"""`iot_gateway` module provides support for Kepware's IoT Gateway plug-in 
 8specific objects within the Kepware Configuration API
 9"""
10
11from . import agent, iot_items
12
13#IoT Gateway Agent Types
14MQTT_CLIENT_AGENT = 'MQTT Client'
15REST_CLIENT_AGENT = 'REST Client'
16REST_SERVER_AGENT = 'REST Server'
17THINGWORX_AGENT = 'ThingWorx'
MQTT_CLIENT_AGENT = 'MQTT Client'
REST_CLIENT_AGENT = 'REST Client'
REST_SERVER_AGENT = 'REST Server'
THINGWORX_AGENT = 'ThingWorx'