apple / HomeKitADK

Apache License 2.0
2.55k stars 232 forks source link

updated HAPCharacteristicTypes.h to address missing Apple Defined Characteristics. #117

Open joebelford opened 2 years ago

joebelford commented 2 years ago

The following Apple Defined Characteristics are identified in HomeKit Accessory Protocol Specification, Non-Commercial Version, Release R2, however are not addressed in HAPCharacteristicTypes.h:

Streaming Status Supported Audio Stream Supported Data Stream Transport Configuration Supported RTP Configuration Supported Video Stream Configuration Selected RTP Stream Configuration Setup Endpoints Mute

This change addresses these characteristics and provides descriptive comments for each characteristic and addresses issue #116

wolfspyre commented 1 year ago

@aajain-com Is there anything preventing this from being merged?