Added HomeKit fan speed based on speed_list (#19767)
Speed_list needs to be in ascending order.
This commit is contained in:
parent
208ea6eae4
commit
a94a24f6f8
5 changed files with 194 additions and 20 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue