homebridge-eosstb 2.3.7 → 2.3.8

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
@@ -10,6 +10,13 @@ Please restart Homebridge after every plugin update.
10
10
 
11
11
  - Try and get authentication working again for CH and GB HELP NEEDED
12
12
 
13
+ ## 2.3.8 (2026-02-27)
14
+
15
+ This is a maintenance release to bring dependencies up to date.
16
+
17
+ - Updated iOS and Homebridge version references in Readme
18
+ - Bumped dependency "qs": "^6.15.0",
19
+
13
20
  ## 2.3.7 (2026-02-14)
14
21
 
15
22
  This is a maintenance release to bring dependencies up to date.
package/README.md CHANGED
@@ -101,8 +101,8 @@ This plugin is not provided by Telenet or Sunrise or Virgin Media or Ziggo any o
101
101
 
102
102
  ## Requirements
103
103
 
104
- - An Apple iPhone or iPad with iOS/iPadOS 14.0 (or later). Developed on iOS 14.1...18.6, earlier versions not tested.
105
- - [Homebridge](https://homebridge.io/) v1.1.116 (or later). Developed on Homebridge 1.1.116....1.11.0, earlier versions not tested.
104
+ - An Apple iPhone or iPad with iOS/iPadOS 14.0 (or later). Developed on iOS 14.1...26.3, earlier versions not tested.
105
+ - [Homebridge](https://homebridge.io/) v1.1.116 (or later). Developed on Homebridge 1.1.116....1.11.2, earlier versions not tested.
106
106
  - A TV subscription from one of the supported countries and TV providers.
107
107
  - An online account for viewing TV in the web app (often part of your TV package), see the table above.
108
108
  - An ARRIS DCX960 or HUMAX EOS1008R / 2008C / VIP5002W set-top box, provided by your TV provider as part of your TV subscription, called by the system an "EOSSTB", "EOS2STB" or "APLSTB" and marketed under different names in different countries.
@@ -145,7 +145,7 @@ This plugin is not provided by Telenet or Sunrise or Virgin Media or Ziggo any o
145
145
 
146
146
  - **Fully Configurable**: A large amount of configuration items exist to allow you to configure your plugin the way you want.
147
147
 
148
- - **Future Feature Support**: The plugin also supports current and target media state as well as closed captions, even though the Home app accessory cannot currently display or control this data in the home app (as at iOS 18.6). Hopefully, Apple will add support for these features in the future. You can however use this data in Home Automations or the Shortcuts app.
148
+ - **Future Feature Support**: The plugin also supports current and target media state as well as closed captions, even though the Home app accessory cannot currently display or control this data in the home app (as at iOS 26.3). Hopefully, Apple will add support for these features in the future. You can however use this data in Home Automations or the Shortcuts app.
149
149
 
150
150
  ## Installation
151
151
 
@@ -242,7 +242,7 @@ Services used in this set-top box accessory are:
242
242
 
243
243
  ### Media State (Play/Pause) Limitations
244
244
 
245
- The eosstb plugin can detect the target and current media state and shows STOP, PLAY, PAUSE or LOADING (loading is displayed only for current media state when fast-forwarding or rewinding) in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the media state (as at iOS 18.6) apart from allow you to read it in Shortcuts or Automations. Hopefully this will improve in the future.
245
+ The eosstb plugin can detect the target and current media state and shows STOP, PLAY, PAUSE or LOADING (loading is displayed only for current media state when fast-forwarding or rewinding) in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the media state (as at iOS 26.3) apart from allow you to read it in Shortcuts or Automations. Hopefully this will improve in the future.
246
246
 
247
247
  ### Recording State Limitations
248
248
 
@@ -250,7 +250,7 @@ The eosstb plugin can detect the current recording state of the set-top box, bot
250
250
 
251
251
  ### Closed Captions Limitations
252
252
 
253
- The eosstb plugin can detect the closed captions state (**Subtitle options** in the set-top box menu) and shows ENABLED or DISABLED in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the closed captions state (as at iOS 18.6) apart from allow you to read it in Shortcuts or Automations. Hopefully this will improve in the future.
253
+ The eosstb plugin can detect the closed captions state (**Subtitle options** in the set-top box menu) and shows ENABLED or DISABLED in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the closed captions state (as at iOS 26.3) apart from allow you to read it in Shortcuts or Automations. Hopefully this will improve in the future.
254
254
 
255
255
  ## Configuration
256
256
 
package/package.json CHANGED
@@ -3,14 +3,14 @@
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.3.7",
6
+ "version": "2.3.8",
7
7
  "platformname": "eosstb",
8
8
  "dependencies": {
9
9
  "axios": "^1.13.5",
10
10
  "axios-cookiejar-support": "^6.0.5",
11
11
  "debug": "^4.4.3",
12
12
  "mqtt": "^5.15.0",
13
- "qs": "^6.14.2",
13
+ "qs": "^6.15.0",
14
14
  "semver": "^7.7.4",
15
15
  "tough-cookie": "^6.0.0",
16
16
  "ws": "^8.19.0"