Elias Wilken
Elias Wilken
> When trying to run the same code on two different clients, they both fight over the same name Shouldn't hap-rs rename the service to 'service (1)' and so on?...
Good point! Gonna fix that soon.
Good point!
My gut feeling is that splitting out something like a `hap-types` crate could make a lot of sense and would be preferable to feature-gating. I'd be happy to accept changes...
Oh wow! Thanks a lot for the effort so far! 🙂 Using FFmpeg and feature-gating video-related functionality sounds like a very good start to me. As of right now, none...
Hey! Sorry it went quiet here. The implemented IP transport relies heavily on `tokio`, so [I don't see it working](https://github.com/tokio-rs/mio/issues/21) without a std net implementation or an OS-specific I/O driver...
Thanks a lot for testing & reporting! The unpairing request seems to be the the expected behaviour of an iOS controller getting an invalid accessories JSON, e.g. with required characteristics...
So this is a weird one. I discovered a bug causing zeroes as characteristic `min_value`s not to be rendered into the auto-generated characteristics, but fixing it didn't change anything about...
Good find! > There might be a prettier way of setting the values instead of the above and I think it would be nice if you could just have methods...
Any news on this?