frost-sta-client 1.1.49__py2.py3-none-any.whl → 1.1.51__py2.py3-none-any.whl

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.
@@ -1,5 +1,5 @@
1
1
  __title__ = 'frost_sta_client'
2
- __version__ = '1.1.49'
2
+ __version__ = '1.1.51'
3
3
  __license__ = 'LGPL3'
4
4
  __author__ = 'Fraunhofer IOSB'
5
5
  __copyright__ = 'Fraunhofer IOSB'
@@ -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['taskingCapabilities'] = self.tasking_capabilities.__getstate__()
168
+ data['TaskingCapabilities'] = self.tasking_capabilities.__getstate__()
169
169
  return data
170
170
 
171
171
  def __setstate__(self, state):