brutella / hap

The HomeKit Accessory Protocol (hap) implemented in Go
Apache License 2.0
346 stars 39 forks source link

[Question] Code for alarm device #26

Closed ferllings closed 1 year ago

ferllings commented 1 year ago

Hello, I'm thinking of doing a homekit bridge for my alarm. Is it possible with the homekit protocol (and hap) to ask for a code, to disarm the alarm? Is there a way to secure a service?

Thanks

brutella commented 1 year ago

Is it possible with the homekit protocol (and hap) to ask for a code, to disarm the alarm?

Nope

Is there a way to secure a service?

In general security devices are already secured by HomeKit. You can only disarm an alarm devices if your iOS devices (or Apple Watch) is unlocked.

ferllings commented 1 year ago

Thanks, I just wanted a confirmation.