Update HAP-python to 2.5.0 (#23031)

This commit is contained in:
Austin Drummond 2019-04-12 07:26:52 -04:00 committed by cdce8p
parent 6c51592e34
commit 3d441dffad
5 changed files with 5 additions and 5 deletions

View file

@ -110,8 +110,8 @@ CHAR_MODEL = 'Model'
CHAR_MOTION_DETECTED = 'MotionDetected'
CHAR_NAME = 'Name'
CHAR_OCCUPANCY_DETECTED = 'OccupancyDetected'
CHAR_OUTLET_IN_USE = 'OutletInUse'
CHAR_ON = 'On'
CHAR_OUTLET_IN_USE = 'OutletInUse'
CHAR_POSITION_STATE = 'PositionState'
CHAR_ROTATION_DIRECTION = 'RotationDirection'
CHAR_ROTATION_SPEED = 'RotationSpeed'