Fix HomeKit proxy EVENTs

This commit is contained in:
Alex X
2025-11-09 21:28:53 +03:00
parent 96919bf9e3
commit 81cfcf877a
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ func (p *Proxy) handleAcc() error {
}
if res.Proto == hap.ProtoEvent {
if err = res.Write(p.con); err != nil {
if err = hap.WriteEvent(p.con, res); err != nil {
return err
}
continue