I'm currently working on a quite important study project. I'm working on the topic of home automation. Therefore I would like to implement the HomeKit framework to control action modules.
My App is already able to search for Homes, Rooms, Accessories, Services and Characteristics. But I don't know how to properly handle all of the different characteristic types. Is there a way to get the characteristic type as real string (for example: HMCharacteristicTypePowerState
).
I really don't know how to present the user just those characteristics that matter.
I would appreciate if someone could drop me a hint ;)