@homebridge-plugins/homebridge-matter 0.1.1-beta.2 → 0.1.1-beta.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.
Files changed (26) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/dist/devices/section-12-robotic/robotic-vacuum-cleaner.d.ts +1 -1
  3. package/dist/devices/section-12-robotic/robotic-vacuum-cleaner.js +745 -146
  4. package/dist/devices/section-12-robotic/robotic-vacuum-cleaner.js.map +1 -1
  5. package/dist/devices/section-4-lighting/color-temperature-light.js +2 -1
  6. package/dist/devices/section-4-lighting/color-temperature-light.js.map +1 -1
  7. package/dist/devices/section-4-lighting/dimmable-light.d.ts +24 -0
  8. package/dist/devices/section-4-lighting/dimmable-light.js +323 -11
  9. package/dist/devices/section-4-lighting/dimmable-light.js.map +1 -1
  10. package/dist/devices/section-4-lighting/extended-color-light.d.ts +24 -0
  11. package/dist/devices/section-4-lighting/extended-color-light.js +388 -5
  12. package/dist/devices/section-4-lighting/extended-color-light.js.map +1 -1
  13. package/dist/devices/section-4-lighting/on-off-light.d.ts +29 -0
  14. package/dist/devices/section-4-lighting/on-off-light.js +467 -10
  15. package/dist/devices/section-4-lighting/on-off-light.js.map +1 -1
  16. package/dist/devices/section-8-closure/door-lock.js +7 -6
  17. package/dist/devices/section-8-closure/door-lock.js.map +1 -1
  18. package/dist/devices/section-8-closure/window-covering.js +7 -7
  19. package/dist/devices/section-8-closure/window-covering.js.map +1 -1
  20. package/dist/devices/section-9-hvac/fan.js +4 -3
  21. package/dist/devices/section-9-hvac/fan.js.map +1 -1
  22. package/dist/devices/section-9-hvac/thermostat.js +4 -4
  23. package/dist/devices/section-9-hvac/thermostat.js.map +1 -1
  24. package/dist/platform.d.ts +1 -1
  25. package/dist/platform.js +1 -1
  26. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,7 @@ All notable changes to `@homebridge-plugins/homebridge-matter` will be documente
7
7
  ### Changes
8
8
 
9
9
  - general improvements to repo and examples
10
+ - try to improve robotic vacuum examples
10
11
 
11
12
  ## v0.1.0 (2025-10-20)
12
13
 
@@ -15,7 +15,7 @@
15
15
  * 1. Dedicated Matter Server: Gets its own MatterServer instance
16
16
  * 2. Automatic Port Allocation: Receives a unique port (e.g., 5541)
17
17
  * 3. Separate Commissioning: Gets its own QR code and manual pairing code
18
- * 4. Isolation: Completely independent from other Matter accessories
18
+ * 4. Isolation: Completely independent of other Matter accessories
19
19
  * 5. Apple Home Compatible: Works properly with Apple Home's RVC requirements
20
20
  *
21
21
  * When you start Homebridge, you'll see logs like: