Y
Hacker News
new
|
ask
|
show
|
jobs
by
MisterBiggs
976 days ago
In hindsight it makes sense but I never would have guessed that device types are hard coded by the protocol.
2 comments
yetihehe
976 days ago
It makes perfect sense, otherwise you end up with devices like "light", "lamp" and "bulb" which could all have the same functionality, but all require different implementations because manufacturers could not communicate between themselves.
link
minitoar
976 days ago
Yeah it’s like a collection of defined interfaces that share a common paradigm.
link