homebridge-eosstb 2.4.0-alpha.4 → 2.4.0-alpha.6

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.

Files changed (3) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/index.js +611 -796
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,7 +8,20 @@ Please restart Homebridge after every plugin update.
8
8
 
9
9
  ## Current To-Do and In-Work List (For Future Releases, in rough order of priority):
10
10
 
11
- - Try and get authentication working again for CH and GB HELP NEEDED
11
+
12
+ ## 2.4.0-alpha.6 (2026-03-02)
13
+
14
+ - Removed getMute and getVolume, these are not supported
15
+ - More code optimisations
16
+
17
+ ## 2.4.0-alpha.5 (2026-03-02)
18
+
19
+ - More code performance improvements
20
+ - Improved all HAP code
21
+
22
+ ## 2.4.0-alpha.4 (2026-03-02)
23
+
24
+ - Fixed self bug in volume control
12
25
 
13
26
  ## 2.4.0-alpha.4 (2026-03-02)
14
27