ios - Unpinning HomeKit accessory -


the homekit accessory simulator wee little botton allows unfair device.

enter image description here

given it's accessory simulator presume there hardware programming specifications allow write un-pairing function.

however, make sense implement part of homekit framework , allow client developers via homescontroller class (and derivates).


--> short version:

is there method in hmservice or hmcharacteristic or in homekit framework unpair characteristic/service home?

service or characteristic can not unpair, practically not require do.
1 can unpair accessory home.

you can call method of hmhome class remove/unpair accessory.

- (void)removeaccessory:(hmaccessory *)accessory          completionhandler:(void (^)(nserror *error))completion; 

and pairing - reset button given in homekit accessory simulator option, can unpair accessory ios app.

reset may require if don't have same device @ time or homekit configuration reseted settings in ios app.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -