@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.
- package/CHANGELOG.md +1 -0
- package/dist/devices/section-12-robotic/robotic-vacuum-cleaner.d.ts +1 -1
- package/dist/devices/section-12-robotic/robotic-vacuum-cleaner.js +745 -146
- package/dist/devices/section-12-robotic/robotic-vacuum-cleaner.js.map +1 -1
- package/dist/devices/section-4-lighting/color-temperature-light.js +2 -1
- package/dist/devices/section-4-lighting/color-temperature-light.js.map +1 -1
- package/dist/devices/section-4-lighting/dimmable-light.d.ts +24 -0
- package/dist/devices/section-4-lighting/dimmable-light.js +323 -11
- package/dist/devices/section-4-lighting/dimmable-light.js.map +1 -1
- package/dist/devices/section-4-lighting/extended-color-light.d.ts +24 -0
- package/dist/devices/section-4-lighting/extended-color-light.js +388 -5
- package/dist/devices/section-4-lighting/extended-color-light.js.map +1 -1
- package/dist/devices/section-4-lighting/on-off-light.d.ts +29 -0
- package/dist/devices/section-4-lighting/on-off-light.js +467 -10
- package/dist/devices/section-4-lighting/on-off-light.js.map +1 -1
- package/dist/devices/section-8-closure/door-lock.js +7 -6
- package/dist/devices/section-8-closure/door-lock.js.map +1 -1
- package/dist/devices/section-8-closure/window-covering.js +7 -7
- package/dist/devices/section-8-closure/window-covering.js.map +1 -1
- package/dist/devices/section-9-hvac/fan.js +4 -3
- package/dist/devices/section-9-hvac/fan.js.map +1 -1
- package/dist/devices/section-9-hvac/thermostat.js +4 -4
- package/dist/devices/section-9-hvac/thermostat.js.map +1 -1
- package/dist/platform.d.ts +1 -1
- package/dist/platform.js +1 -1
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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:
|