emerald-hws 0.0.5__tar.gz → 0.0.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emerald_hws
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: A package to manipulate and monitor Emerald Heat Pump Hot Water Systems
5
5
  Author-email: Ross Williamson <ross@inertia.net.nz>
6
6
  Project-URL: Homepage, https://github.com/ross-w/emerald_hws_py
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "emerald_hws"
7
- version = "0.0.5"
7
+ version = "0.0.6"
8
8
  dependencies = [
9
9
  "boto3",
10
10
  "AWSIoTPythonSDK"
@@ -31,7 +31,6 @@ class EmeraldHWS():
31
31
  self.token = ""
32
32
  self.properties = {}
33
33
  self.logger = logging.getLogger()
34
- self.logger.setLevel(logging.DEBUG)
35
34
 
36
35
  def getLoginToken(self):
37
36
  """ Performs an API request to get a token from the API
@@ -122,7 +121,7 @@ class EmeraldHWS():
122
121
  myAWSIoTMQTTClient.onOffline = self.on_offline
123
122
  myAWSIoTMQTTClient.onOnline = self.on_online
124
123
  # Connect and subscribe to AWS IoT
125
- myAWSIoTMQTTClient.connect()
124
+ myAWSIoTMQTTClient.connect(keepAliveIntervalSecond=60)
126
125
 
127
126
  self.myAWSIoTMQTTClient = myAWSIoTMQTTClient
128
127
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emerald_hws
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: A package to manipulate and monitor Emerald Heat Pump Hot Water Systems
5
5
  Author-email: Ross Williamson <ross@inertia.net.nz>
6
6
  Project-URL: Homepage, https://github.com/ross-w/emerald_hws_py
File without changes
File without changes
File without changes