hap-java / HAP-Java

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

Fix rotation speed type #156

Closed yfre closed 2 years ago

yfre commented 2 years ago

Rotation speed characteristic must be of type float according to apple HAP specification. we had it as integration.

this PR change the data type to float. It change the interface so that implementation would need to adapt as well.

it also makes min/max/step configurable.