frost-sta-client 1.1.48__tar.gz → 1.1.50__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/PKG-INFO +1 -1
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/__version__.py +1 -1
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/actuator.py +1 -1
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/datastream.py +338 -338
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/feature_of_interest.py +1 -1
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/historical_location.py +1 -1
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/location.py +2 -2
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/multi_datastream.py +3 -3
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/observedproperty.py +1 -1
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/task.py +3 -3
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/tasking_capability.py +2 -2
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/utils.py +122 -119
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client.egg-info/PKG-INFO +1 -1
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client.egg-info/SOURCES.txt +1 -0
- frost_sta_client-1.1.50/tests/test_integration.py +123 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/LICENSE +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/README.md +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/__init__.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/__init__.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/actuator.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/base.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/datastream.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/features_of_interest.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/historical_location.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/location.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/multi_datastream.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/observation.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/observedproperty.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/sensor.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/task.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/tasking_capability.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/dao/thing.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/__init__.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/entity.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/ext/__init__.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/ext/data_array_document.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/ext/data_array_value.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/ext/entity_list.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/ext/entity_type.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/ext/unitofmeasurement.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/observation.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/sensor.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/model/thing.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/query/__init__.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/query/query.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/service/__init__.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/service/auth_handler.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client/service/sensorthingsservice.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client.egg-info/dependency_links.txt +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client.egg-info/requires.txt +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/frost_sta_client.egg-info/top_level.txt +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/setup.cfg +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/setup.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/tests/test_entity_formatter.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/tests/test_entity_reader.py +0 -0
- {frost_sta_client-1.1.48 → frost_sta_client-1.1.50}/tests/test_utils.py +0 -0
@@ -165,7 +165,7 @@ class Actuator(entity.Entity):
|
|
165
165
|
if self.properties is not None and self.properties != {}:
|
166
166
|
data['properties'] = self.properties
|
167
167
|
if self.tasking_capabilities is not None and len(self.tasking_capabilities.entities) > 0:
|
168
|
-
data['
|
168
|
+
data['TaskingCapabilities'] = self.tasking_capabilities.__getstate__()
|
169
169
|
return data
|
170
170
|
|
171
171
|
def __setstate__(self, state):
|