We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b7331 commit fa86fefCopy full SHA for fa86fef
2 files changed
frost_sta_client/__init__.py
@@ -19,6 +19,10 @@
19
from frost_sta_client.model.ext.unitofmeasurement import UnitOfMeasurement
20
from frost_sta_client.service.sensorthingsservice import SensorThingsService
21
from frost_sta_client.service.auth_handler import AuthHandler
22
+from frost_sta_client.model.ext.entity_type import EntityTypes
23
+from frost_sta_client.model.ext.entity_list import EntityList
24
+from frost_sta_client.model.ext.data_array_value import DataArrayValue
25
+from frost_sta_client.model.ext.data_array_document import DataArrayDocument
26
27
import jsonpickle
28
frost_sta_client/__version__.py
@@ -1,5 +1,5 @@
1
__title__ = 'frost_sta_client'
2
-__version__ = '1.1.31'
+__version__ = '1.1.32'
3
__license__ = 'LGPL3'
4
__author__ = 'Katharina Emde'
5
__copyright__ = 'Fraunhofer IOSB'
0 commit comments