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 Alarm Systems module; refactor IAS ACE support #5168

Merged
merged 36 commits into from
Aug 10, 2021

Commits on Apr 11, 2021

  1. first part

    Smanar committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    de15d33 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Required changes

    Smanar committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    523a3ab View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    6cc1b24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7848276 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    f18240e View commit details
    Browse the repository at this point in the history
  2. Remove empty lines

    Smanar committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    c97d877 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    1af440f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Add device

    Smanar committed May 18, 2021
    Configuration menu
    Copy the full SHA
    94b7b55 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    956d492 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    22805ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c85277 View commit details
    Browse the repository at this point in the history
  3. Update for last sensor version

    Smanar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    2d64b86 View commit details
    Browse the repository at this point in the history
  4. Clean

    Smanar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    c1bfef3 View commit details
    Browse the repository at this point in the history
  5. Update ias_ace.cpp

    Smanar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    0761f21 View commit details
    Browse the repository at this point in the history
  6. Update rest_sensors.cpp

    Smanar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    100c61b View commit details
    Browse the repository at this point in the history
  7. Update rest_sensors.cpp

    Smanar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    0e70152 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Configuration menu
    Copy the full SHA
    824a5ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    069a7e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Configuration menu
    Copy the full SHA
    944f35f View commit details
    Browse the repository at this point in the history
  2. Don't use startsWith() for modelid "URC4450BC0-X-R"

    Th modelid is complete and the code should reflect that.
    manup committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    3016e48 View commit details
    Browse the repository at this point in the history
  3. Don't use startsWith() for modelid "3405-L"

    The modelid is complete and the code should reflect that.
    manup committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    2c789b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. wip

    manup committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    5064590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a7a701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a9c2eb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    069dec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5bc4eb View commit details
    Browse the repository at this point in the history
  3. Add utililty function extAddressFromUniqueId()

    Optimized version without memory allocation.
    manup committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    5dcc8ac View commit details
    Browse the repository at this point in the history
  4. Add utility function copyString() and isEmptyString()

    For safer low level const char* operations.
    manup committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    e8867f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e84deb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ab0aee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22809c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    e29ce05 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    7a4511c View commit details
    Browse the repository at this point in the history
  2. Fix compilation on Ubuntu Xenial

    The distro version of OpenSSL is too old, use empty stub functions to compile anyway.
    
    TODO create fallback KDF for old systems?
    manup committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    5bd80fd View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    0cd3b04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129f76f View commit details
    Browse the repository at this point in the history