homebridge-eosstb 2.3.2 → 2.3.4
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 +8 -0
- package/README.md +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,14 @@ Please restart Homebridge after every plugin update.
|
|
|
8
8
|
## Current To-Do and In-Work List (For Future Releases, in rough order of priority):
|
|
9
9
|
* Add ability to log and read current program name
|
|
10
10
|
|
|
11
|
+
## 2.3.4 (2024-06-22)
|
|
12
|
+
* Updated PL references in package.json
|
|
13
|
+
* Minor Readme updates
|
|
14
|
+
|
|
15
|
+
## 2.3.3 (2024-06-20)
|
|
16
|
+
* Bumped dependency "mqtt": "^5.7.2"
|
|
17
|
+
* Bumped dependency "ws": "^8.17.1"
|
|
18
|
+
|
|
11
19
|
## 2.3.2 (2024-06-15)
|
|
12
20
|
This release fixes the logon issues for Belgium users. Other countries still have issues, refer issue #112
|
|
13
21
|
* Fixed login issues for BE users
|
package/README.md
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
# IMPORTANT NOTICE
|
|
12
12
|
<hr><b>
|
|
13
|
-
|
|
13
|
+
22 June 2024: Logon method for BE confirmed working again, available from v2.3.2.
|
|
14
14
|
|
|
15
|
-
The logon method to the backend systems changed in January / February 2024. I currently lack the skills and knowledge to figure out how to get the session to connect for CH, GB, IE, NL, and likely
|
|
15
|
+
The logon method to the backend systems changed in January / February 2024. I currently lack the skills and knowledge to figure out how to get the session to connect for CH, GB, IE, NL, and likely SK. However, as at 15 June 2024, BE users have reported a fix for BE which I have added in to v2.3.2.
|
|
16
16
|
|
|
17
17
|
If you know anything about session authentication and are able to help, please get in touch.
|
|
18
18
|
</b><hr>
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-eosstb",
|
|
3
3
|
"displayName": "Homebridge EOSSTB",
|
|
4
|
-
"description": "Add your set-top box to Homekit (for Telenet BE, Sunrise CH, UPC
|
|
4
|
+
"description": "Add your set-top box to Homekit (for Telenet BE, Sunrise CH, UPC SK, Virgin Media GB & IE, Ziggo NL)",
|
|
5
5
|
"author": "Jochen Siegenthaler (https://github.com/jsiegenthaler/)",
|
|
6
|
-
"version": "2.3.
|
|
6
|
+
"version": "2.3.4",
|
|
7
7
|
"platformname": "eosstb",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"axios-cookiejar-support": "^5.0.2",
|
|
10
10
|
"axios": "^1.7.2",
|
|
11
11
|
"debug": "^4.3.5",
|
|
12
|
-
"mqtt": "^5.7.
|
|
12
|
+
"mqtt": "^5.7.2",
|
|
13
13
|
"qs": "^6.12.1",
|
|
14
14
|
"semver": "^7.6.2",
|
|
15
15
|
"tough-cookie": "^4.1.4",
|
|
16
|
-
"ws": "^8.17.
|
|
16
|
+
"ws": "^8.17.1"
|
|
17
17
|
},
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"engines": {
|