homebridge-eosstb 2.4.0-alpha.3 → 2.4.0-alpha.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.

Potentially problematic release.


This version of homebridge-eosstb might be problematic. Click here for more details.

package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@ 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.4.0-alpha.4 (2026-03-02)
14
+
15
+ - Fixed self bug in volume control
16
+
13
17
  ## 2.4.0-alpha.3 (2026-03-02)
14
18
 
15
19
  - Fixed new introduced bug with displayed channel being incorrect (offset by 1)
package/index.js CHANGED
@@ -7763,9 +7763,9 @@ class StbDevice {
7763
7763
  (error, _stdout, stderr) => {
7764
7764
  // Error detection. error is true when an exec error occured
7765
7765
  if (error) {
7766
- self.log.warn(
7766
+ this.log.warn(
7767
7767
  "%s: setVolume Error: %s",
7768
- self.name,
7768
+ this.name,
7769
7769
  stderr.trim(),
7770
7770
  );
7771
7771
  }
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.3",
6
+ "version": "2.4.0-alpha.4",
7
7
  "platformname": "eosstb",
8
8
  "dependencies": {
9
9
  "axios": "^1.13.6",