fxbox / deprecated-taxonomy

This repository has moved.
https://github.com/fxbox/foxbox/
Mozilla Public License 2.0
0 stars 9 forks source link

I'm not seeing a String ChannelKind. #72

Closed dhylands closed 8 years ago

dhylands commented 8 years ago

Does this mean I have to create a custom kind to store strings?

For example, I need to add getters and setters to the camera to get/set the camera_name, the username and password, and we should probably have a location as well.

Yoric commented 8 years ago

ChannelKind is not about types but about feature discovery. So, the variants should rather be Name, Password, Location, all of them implemented as String.

Does this make sense to you?

dhylands commented 8 years ago

Yeah - that makes sense. I'll add those to the taxonomy.