Johannes Neubauer
Johannes Neubauer
I am using `"hap-homematic": "^0.0.63"` with debmatic. I took a look at the following code line: ```bash $HOME/hap-homematic/node_modules/hap-homematic/lib/services/HomeMaticKeyMaticIPAccessory.js:176 ``` I changed the following in that line: ```diff - self.self.lockEvents +...
And just for the record: the HmIP-SWDO-I are **not** part of the „problem“. I cleaned up `~/.hap-homematic/`, and started with the window sensors… no issue, added HmIP-DLD.. problem was there...
Any news on this?
I am unsure whether I have to move to hap-homematic (I use debmatic on a raspberry pi and there seems to be no possibility to install hap-homematic...). Or is/will HmIP-DLD...
Yeah I used this guide, but get TypeErrors… opened an issue there.
There is a `brew cask` for fish...
> it changes the way calls are resolved (which means that such functions must be > marked explicitly to avoid breaking the existing code), Do you think that any function...
A short follow-up: I can return a value of type `T` from such an inline function with reified type parameter, I can even cast a value (as in the example...
@ilya-g perhaps I misunderstood you, but do you want me to describe the current situation in Kotlin or the intended situation (of the proposal)? Because if you mean the former...