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

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.
Yeah it’s like a collection of defined interfaces that share a common paradigm.