homebridge-eosstb 2.4.0-alpha.40 → 2.4.0-alpha.41
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 +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -51,12 +51,15 @@ Channel name: overwrite not allowed - can we disable in HomeKit. Yes, but preven
|
|
|
51
51
|
CHALLENGE
|
|
52
52
|
The mostWatchedChannelList is not working
|
|
53
53
|
|
|
54
|
+
## 2.4.0-alpha.41 (2026-05-07)
|
|
55
|
+
- fixed typos in this change log
|
|
56
|
+
|
|
54
57
|
## 2.4.0-alpha.40 (2026-05-07)
|
|
55
58
|
- Changes to code to support HAP-NodeJS still works with Homebridge v1.11.x
|
|
56
59
|
- Reinstated engine "homebridge": "^1.11.4||^2.0.0",
|
|
57
60
|
|
|
58
61
|
## 2.4.0-alpha.39 (2026-05-07)
|
|
59
|
-
- fixed issues caused by HAP-NodeJS v1 released with
|
|
62
|
+
- fixed issues caused by HAP-NodeJS v1 released with Homebridge v2 where use of enums off the Characteristic class is no longer supported
|
|
60
63
|
- due to these HAP-NodeJS changes, support for Homebridge versions below 2.0.0 is no longer provided
|
|
61
64
|
- Bumped engine "homebridge": "^2.0.0",
|
|
62
65
|
- Bumped engine "node": "^24.15.0"
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"displayName": "Homebridge EOSSTB",
|
|
4
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.4.0-alpha.
|
|
6
|
+
"version": "2.4.0-alpha.41",
|
|
7
7
|
"platformname": "eosstb",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"axios": "^1.16.0",
|