tobiasgraf / homeejs

This mocks the homee api in a way that it can be used with the "homee in homee" feature. This makes it possible to add all kinds of devices to homee.
The Unlicense
12 stars 1 forks source link

Documentation of profile and attribute type values #3

Closed johannrichard closed 4 years ago

johannrichard commented 4 years ago

What I'm lacking (and I couldn't find one central reference) is a central collection of all known profile and attribute type values and what they correspond to (e.g. "Dimmer" or "Bulb", "Door/Window Sensor" etc.).

@tobiasgraf I mainly open this issue as a placeholder and reminder for myself until I

tobiasgraf commented 4 years ago

Did you have a look here? https://github.com/stfnhmplr/homee-api/blob/master/lib/enums.js

johannrichard commented 4 years ago

No, haven’t seen/found that one! I still think a bit more detailed info would be helpful, but then it’s maybe a pill request for the node-red-contrib-homee! Thanks a lot for pointing it out.