Matthias
Matthias
Any plans to integrate this into the main project? Really need this!
I've already started with this.
Any plans about which iOS SDK version the unit tests should support?
The unit test uses the ocmock and ghunit framework. I've integrated them as static libraries (iOS) and frameworks (Mac OS). Integrating the tests into the main project would lead to...
Since I already used ghunit and ocmock a lot previously I would stick to them.
I've updated the `handleSwap` function as follows and it works great so far. ```javascript htmx.defineExtension('class-tools', { handleSwap: function(swapStyle, target, fragment, settleInfo) { var elts = htmx.findAll(fragment, '[classes], [data-classes]'); elts.forEach(function (elt)...
@mattn Any chance to get this merged?
There is currently no client implementation available. But as long as you don't have access to the encryptions keys of the HomeKit accessory, you won't be able to read any...
Yes, the encryption keys are exchanged during pairing. But once you pair with the Aqara hub, you won't be able to add the hub to HomeKit on iOS anymore because...