Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Change cmd for away.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Jun 16, 2017
1 parent 79d6b14 commit 38d2a91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pycomfoconnect/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

# Commands

CMD_FAN_MODE_AWAY = b'\x85\x15\x08\x01'
CMD_FAN_MODE_LOW = b'\x84\x15\x01\x01\x00\x00\x00\x00\x01\x00\x00\x00\x01'
CMD_FAN_MODE_AWAY = b'\x84\x15\x01\x01\x00\x00\x00\x00\x01\x00\x00\x00\x00'
CMD_FAN_MODE_LOW = b'\x84\x15\x01\x01\x00\x00\x00\x00\x01\x00\x00\x00\x01'
CMD_FAN_MODE_MEDIUM = b'\x84\x15\x01\x01\x00\x00\x00\x00\x01\x00\x00\x00\x02'
CMD_FAN_MODE_HIGH = b'\x84\x15\x01\x01\x00\x00\x00\x00\x01\x00\x00\x00\x03'
CMD_FAN_MODE_HIGH = b'\x84\x15\x01\x01\x00\x00\x00\x00\x01\x00\x00\x00\x03'

# Sensor locations

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='pycomfoconnect',
version='0.1',
version='0.2',
license='GPL',
url='https://github.com/michaelarnauts/comfoconnect',
author='Michaël Arnauts',
Expand Down

0 comments on commit 38d2a91

Please sign in to comment.