Closed dhylands closed 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?
Yeah - that makes sense. I'll add those to the taxonomy.
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.