Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homeworks support #52

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
682b1b4
support for HomeWorks prompt
rzulian Dec 23, 2019
3d2c570
support for seeTouch international keypad
rzulian Dec 23, 2019
96f7ca7
CCI support
rzulian Mar 14, 2020
281d37d
test
rzulian Mar 14, 2020
89c57fb
settings for python3
rzulian Mar 14, 2020
27f7dc6
removed wait
rzulian Apr 1, 2020
7623a7d
fix what is a light and id dimmable
rzulian Apr 3, 2020
f7ef8dd
hold, tap and hold release on buttons
rzulian Apr 3, 2020
1a7f820
iterate through areas and include path into the name
rzulian Apr 3, 2020
61f7fab
occupancy_group not only for motion sensor
rzulian Apr 3, 2020
6e0aab4
support for WCI and Internation_seetouch_keypad
rzulian Apr 3, 2020
d94647e
button events for hold, tapped, and hold_released
rzulian Apr 3, 2020
9940956
Merge branch 'master' into homeworks-support
rzulian Apr 3, 2020
bbdd715
add OccupancyGroup for Areas with Integration ID
rzulian Apr 9, 2020
76b14de
support for QS_IO_INTERFACE, which has buttons like
rzulian Apr 9, 2020
60fc6ab
keyPad name for CSD 001 default name
rzulian Apr 9, 2020
88c9081
added led_logic to buttons, name <> engraving
rzulian Apr 9, 2020
f2cf9cc
movement actions for OUTPUT
rzulian Apr 9, 2020
50e6d05
Button engraving, led_logic and doubletapped
rzulian Apr 9, 2020
027ce25
area tuples
rzulian Apr 9, 2020
62e4439
keypad log
rzulian Apr 9, 2020
16af25e
is_light property
rzulian Apr 10, 2020
9075543
renamed keypad name
rzulian Apr 11, 2020
7b550d8
renamed component names
rzulian Apr 11, 2020
05791b6
corrected led state
rzulian Apr 11, 2020
3d34c8d
phantom keypad
rzulian Apr 15, 2020
63f6af9
small cosmetics
rzulian May 12, 2020
c50729c
fix Controller Enum
rzulian May 15, 2020
5f8c2a4
fix path
rzulian May 15, 2020
9b3d4e4
nitpick
rzulian Sep 23, 2020
ecdec43
removed keypad from component's naming
rzulian Sep 23, 2020
b6292e4
fix and nitpick
rzulian Sep 23, 2020
a3c5262
ron including areas
rzulian Apr 24, 2024
8e5404d
final nitpicks
rzulian Apr 24, 2024
f09089c
added property location for area
rzulian May 3, 2024
07c9610
OccupancyGroup for area with integration ID only
rzulian May 3, 2024
03ea384
store and load from cache
rzulian May 3, 2024
2bc865c
Merge pull request #1
rzulian May 3, 2024
e8c6c18
support HWI_SLIM keypad
rzulian May 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
pylutron
=====
A simple Python library for controlling a Lutron RadioRA 2 system with a Main
A simple Python library for controlling a Lutron RadioRA 2 or HomeWorks system with a Main
Repeater.

Installation
Expand Down