hap-java / HAP-Java

Java implementation of the HomeKit Accessory Protocol
MIT License
153 stars 82 forks source link

Fixing TargetHeatingCoolingModeCharacteristic #18

Closed catadincu closed 8 years ago

catadincu commented 8 years ago

Fixing issue with the targetMode of Thermostat implementations not being able to be set due to setting isWritable = false on TargetHeatingCoolingModeCharacteristic superclass.

andylintner commented 8 years ago

Thanks for the contribution!