homebridge-flume 3.0.0 → 3.0.1

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to homebridge-flume will be documented in this file.
4
4
 
5
+ ## 3.0.1 (2023-03-11)
6
+
7
+ ### Fixed
8
+
9
+ - Put `getLeakInfo()` into debug logging
10
+
5
11
  ## 3.0.0 (2023-03-11)
6
12
 
7
13
  ### Breaking
@@ -315,7 +315,7 @@ export default class {
315
315
  }
316
316
 
317
317
  // Log the response if in debug mode
318
- this.log('[HTTP getLeakInfo()] %s.', JSON.stringify(res.data));
318
+ this.log.debug('[HTTP getLeakInfo()] %s.', JSON.stringify(res.data));
319
319
 
320
320
  // Parse the response
321
321
  return res.data.data[0];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-flume",
3
3
  "alias": "Flume",
4
- "version": "3.0.0",
4
+ "version": "3.0.1",
5
5
  "author": {
6
6
  "name": "Ben Potter",
7
7
  "email": "bwp91@icloud.com"