node-red-contrib-homebridge-automation 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,6 +31,7 @@ The above Node-RED Flow, turns on my 'Outside Office' light when the powder room
31
31
  * [Mar 9, 2021 - Version 0.0.80](#mar-9-2021---version-0080)
32
32
  * [April 23, 2021 - Version 0.0.82](#april-23-2021---version-0082)
33
33
  * [Dec 31, 2022 - Version 0.1.3](#dec-31-2022---version-013)
34
+ * [Jan 6, 2023 - Version 0.1.5](#jan-6-2023---version-015)
34
35
  * [Backlog / Roadmap](#backlog--roadmap)
35
36
  * [Dropped items](#dropped-items)
36
37
  * [Installation Steps](#installation-steps)
@@ -56,7 +57,7 @@ The above Node-RED Flow, turns on my 'Outside Office' light when the powder room
56
57
  * [To start Node-RED in DEBUG mode, and output Homebridge-Automation debug logs start Node-RED like this.](#to-start-node-red-in-debug-mode-and-output-homebridge-automation-debug-logs-start-node-red-like-this)
57
58
 
58
59
  <!-- Created by https://github.com/ekalinin/github-markdown-toc -->
59
- <!-- Added by: sgracey, at: Fri 6 Jan 2023 09:40:24 EST -->
60
+ <!-- Added by: sgracey, at: Fri 6 Jan 2023 09:41:08 EST -->
60
61
 
61
62
  <!--te-->
62
63
 
@@ -167,6 +168,10 @@ With a plugin, you can see if it supports Real Time events, by opening the Home
167
168
 
168
169
  - Removal of request dependency from hap-node-client
169
170
 
171
+ ### Jan 6, 2023 - Version 0.1.5
172
+
173
+ - Remove support for ipv6
174
+
170
175
  # Backlog / Roadmap
171
176
 
172
177
  * [x] - Update Node Information with Homebridge Accessory Details ( hapEndpoint, deviceType, description )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-homebridge-automation",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "NodeRED Automation for HomeBridge",
5
5
  "main": "HAP-NodeRed.js",
6
6
  "scripts": {