brutella / hc

hc is a lightweight framework to develop HomeKit accessories in Go.
Apache License 2.0
1.74k stars 189 forks source link

Characteristic: Button Event #200

Open D-r-P-3-p-p-3-r opened 3 years ago

D-r-P-3-p-p-3-r commented 3 years ago

Am I correct that the Button Event characteristic (0x126) isn't supported yet?

brutella commented 2 years ago

I don't know any button event characteristic? Tell me more.

timoschilling commented 2 years ago

The Button Event describes a button push on a remote control, if I read the specs right. @D-r-P-3-p-p-3-r do you really want to use that? If you want to build something like a wifi button, "Stateless Programmable Switch" with a "Programmable Switch Event" is what you want.