homebridge-eosstb 2.2.12 → 2.2.13
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 -1
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -9,10 +9,17 @@ Please restart Homebridge after every plugin update.
|
|
|
9
9
|
* Add ability to log and read current program name
|
|
10
10
|
|
|
11
11
|
|
|
12
|
+
## 2.2.13 (2023-11-09)
|
|
13
|
+
* Updated Homebridge references in README.md
|
|
14
|
+
* Bumped dependency "axios": "^1.6.1"
|
|
15
|
+
* Bumped dependency "mqtt": "^5.2.0"
|
|
16
|
+
* Bumped dependency "homebridge": "^1.7.0"
|
|
17
|
+
|
|
18
|
+
|
|
12
19
|
## 2.2.12 (2023-10-28)
|
|
13
20
|
* Updated iOS references to iOs 17.x in README.md
|
|
14
21
|
* Added config option masterChannelRefreshCheckInterval to select desired master channel list refresh check interval (in seconds). Default 60s.
|
|
15
|
-
* Bumped dependency "axios": "^1.6.0"
|
|
22
|
+
* Bumped dependency "axios": "^1.6.0"
|
|
16
23
|
* Bumped dependency "mqtt": "^5.1.3"
|
|
17
24
|
* Bumped dependency "node": "^20.9.0"
|
|
18
25
|
|
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ This plugin is not provided by Magenta or Telenet or Sunrise or Virgin Media or
|
|
|
73
73
|
|
|
74
74
|
## Requirements
|
|
75
75
|
* An Apple iPhone or iPad with iOS/iPadOS 14.0 (or later). Developed on iOS 14.1...17.1, earlier versions not tested.
|
|
76
|
-
* [Homebridge](https://homebridge.io/) v1.1.116 (or later). Developed on Homebridge 1.1.116....1.
|
|
76
|
+
* [Homebridge](https://homebridge.io/) v1.1.116 (or later). Developed on Homebridge 1.1.116....1.7.0, earlier versions not tested.
|
|
77
77
|
* A TV subscription from one of the supported countries and TV providers.
|
|
78
78
|
* An online account for viewing TV in the web app (often part of your TV package), see the table above.
|
|
79
79
|
* 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.
|
package/package.json
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
"displayName": "Homebridge EOSSTB",
|
|
4
4
|
"description": "homebridge-plugin - Add your set-top box to Homekit (for Magenta AT, Telenet BE, Sunrise CH, Virgin Media GB & IE, Ziggo NL)",
|
|
5
5
|
"author": "Jochen Siegenthaler (https://github.com/jsiegenthaler/)",
|
|
6
|
-
"version": "2.2.
|
|
6
|
+
"version": "2.2.13",
|
|
7
7
|
"platformname": "eosstb",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"axios-cookiejar-support": "^4.0.7",
|
|
10
|
-
"axios": "^1.6.
|
|
10
|
+
"axios": "^1.6.1",
|
|
11
11
|
"debug": "^4.3.4",
|
|
12
|
-
"mqtt": "^5.
|
|
12
|
+
"mqtt": "^5.2.0",
|
|
13
13
|
"qs": "^6.11.2",
|
|
14
14
|
"semver": "^7.5.4",
|
|
15
15
|
"tough-cookie": "^4.1.3"
|
|
16
16
|
},
|
|
17
17
|
"deprecated": false,
|
|
18
18
|
"engines": {
|
|
19
|
-
"homebridge": "^1.
|
|
19
|
+
"homebridge": "^1.7.0",
|
|
20
20
|
"node": "^20.9.0"
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/jsiegenthaler/homebridge-eosstb#readme",
|