ios - Unpinning HomeKit accessory -
the homekit accessory simulator wee little botton allows unfair device.
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
Post a Comment