Added
- New approach to handling
propertyName
inCameraAccessory.ts
for more flexibility.
Updated
- Improved logging formats across
BaseAccessory.ts
,platform.ts
, andserver.ts
. - Fine-tuned execution delays in
BaseAccessory.ts
,platform.ts
, andserver.ts
for better performance. BaseAccessory.ts
to makegetValue
optional, allowing for more versatile accessory handling.
Fixed
- Switch-light issue in
CameraAccessory.ts
.
Removed
LockControlPoint
getter because it is not requested by Apple HomeKit Framework.
Credits
- @cixio on PR #416 for notice me the miss, I've used the opportunity to refactor it instead of using switch declaration
Full Changelog: v2.2.16...v2.2.17