homebridge-enphase-envoy 9.5.2-beta.9 → 9.5.2

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
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [9.5.2] - (28.11.2024)
9
+
10
+ ## Changes
11
+
12
+ - fix display duplicate credentials in UI
13
+ - better handle cookie and token
14
+ - bump dependencies
15
+ - config schema updated
16
+ - cleanup
17
+
18
+ ## [9.5.1] - (20.11.2024)
19
+
20
+ ## Changes
21
+
22
+ - fix reference error before initialization
23
+
8
24
  ## [9.5.0] - (19.11.2024)
9
25
 
10
26
  ## Changes
@@ -2626,11 +2626,11 @@
2626
2626
  "items": [
2627
2627
  "devices[].envoyFirmware7xxTokenGenerationMode",
2628
2628
  {
2629
- "key": "devices[].enlightenPasswd",
2629
+ "key": "devices[].envoyPasswd",
2630
2630
  "type": "password"
2631
2631
  },
2632
2632
  {
2633
- "key": "devices[].envoyPasswd",
2633
+ "key": "devices[].envoyToken",
2634
2634
  "type": "password"
2635
2635
  },
2636
2636
  {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "displayName": "Enphase Envoy",
4
4
  "name": "homebridge-enphase-envoy",
5
- "version": "9.5.2-beta.9",
5
+ "version": "9.5.2",
6
6
  "description": "Homebridge plugin for Photovoltaic Energy System manufactured by Enphase.",
7
7
  "license": "MIT",
8
8
  "author": "grzegorz914",