Added HomeKit fan speed based on speed_list (#19767)

Speed_list needs to be in ascending order.
This commit is contained in:
Andreas Hartl 2019-02-05 16:11:19 +01:00 committed by cdce8p
parent 208ea6eae4
commit a94a24f6f8
5 changed files with 194 additions and 20 deletions

View file

@ -113,6 +113,7 @@ CHAR_OUTLET_IN_USE = 'OutletInUse'
CHAR_ON = 'On'
CHAR_POSITION_STATE = 'PositionState'
CHAR_ROTATION_DIRECTION = 'RotationDirection'
CHAR_ROTATION_SPEED = 'RotationSpeed'
CHAR_SATURATION = 'Saturation'
CHAR_SERIAL_NUMBER = 'SerialNumber'
CHAR_SMOKE_DETECTED = 'SmokeDetected'