homebridge-eosstb 2.4.0-alpha.39 → 2.4.0-alpha.40

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/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -51,6 +51,10 @@ 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.40 (2026-05-07)
55
+ - Changes to code to support HAP-NodeJS still works with Homebridge v1.11.x
56
+ - Reinstated engine "homebridge": "^1.11.4||^2.0.0",
57
+
54
58
  ## 2.4.0-alpha.39 (2026-05-07)
55
59
  - fixed issues caused by HAP-NodeJS v1 released with Homberidge v2 where use of enums off the Characteristic class is no longer supported
56
60
  - due to these HAP-NodeJS changes, support for Homebridge versions below 2.0.0 is no longer provided
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.39",
6
+ "version": "2.4.0-alpha.40",
7
7
  "platformname": "eosstb",
8
8
  "dependencies": {
9
9
  "axios": "^1.16.0",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "deprecated": false,
20
20
  "engines": {
21
- "homebridge": "^2.0.0",
21
+ "homebridge": "^1.11.4||^2.0.0",
22
22
  "node": "^24.13.0"
23
23
  },
24
24
  "homepage": "https://github.com/jsiegenthaler/homebridge-eosstb#readme",