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

Add Support for Update_Flags and Update_OnLevel/RampRate for I2 Devices #242

Merged
merged 6 commits into from
Aug 9, 2013

Commits on Jul 31, 2013

  1. Insteon: Relocate local_onlevel, local_ramprate, and update_local_pro…

    …perties
    
    Moved to the more appropriate DimmableLight class
    krkeegan committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    cc64f87 View commit details
    Browse the repository at this point in the history
  2. Insteon: Supplement update_local_properties to handle I2 devices

    - Added necessary messages.
    - Relocated definition of extended_get_set to BaseObject as multiple objects use this
    - Added some better descriptions of the functions
    krkeegan committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    d5b2e4c View commit details
    Browse the repository at this point in the history
  3. Insteon: Move update_flags, Condense KeypadLinc Classes, Add I2 Suppo…

    …rt to update_flags
    
    - Update flags belongs in the Keypadlinc class as it only works on these devices
    - Condensed the set routine from Keypadlinc and KeypadlincRelay into Keypadlinc
    - Added I2 support to update_flags
    - - In order to support the old version of update_flags, the manner in which the routine works is a little odd as users have to pass a hexadecimal flag to the routine.  This could obviously be changed or supplemented in the future.
    krkeegan committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    02ee1f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a853372 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3abcc14 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2013

  1. Merge branch 'master' into fix_issue_237

    Conflicts:
    	lib/Insteon/BaseInsteon.pm
    	lib/Insteon/Lighting.pm
    krkeegan committed Aug 9, 2013
    Configuration menu
    Copy the full SHA
    9406b4d View commit details
    Browse the repository at this point in the history