hap-java / HAP-Java

Java implementation of the HomeKit Accessory Protocol
MIT License
152 stars 83 forks source link

Update the TargetSecuritySystemState enum #44

Closed j-mutter closed 6 years ago

j-mutter commented 6 years ago

As per the Homekit documentation the name of the constant for disarming the security system is disarm not disarmed, as this is the TargetSecuritySystemState, not the CurrentSecuritySystemState.

I also updated the descriptions to be more in line with the intent of the TargetSecuritySystemState enum