Skip to content

Commit affb666

Browse files
author
James Boulton
committed
import the lte_767x connection
1 parent 6576fd0 commit affb666

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dashio/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
from .mqtt_connection import MQTTConnection
3939
from .zmq_connection import ZMQConnection
4040
from .dash_connection import DashConnection
41+
from .lte_767x_connection import Lte767xConnection
4142
from .comms_module_connection import DashIOCommsModuleConnection
4243
from .schedular import Schedular
4344
from .load_config import decode_cfg64, encode_cfg64, load_all_controls_from_config, get_control_dict_from_config, get_control_from_config
@@ -98,6 +99,7 @@
9899
'MQTTConnection',
99100
'ZMQConnection',
100101
'DashConnection',
102+
'Lte767xConnection',
101103
'ConnectionState',
102104
'DashIOCommsModuleConnection',
103105
'Schedular',

0 commit comments

Comments
 (0)