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

samples: matter: Introduce Timed Schedule Access in Lock #15485

Merged
merged 2 commits into from
May 29, 2024

Commits on May 29, 2024

  1. samples: matter: Introduce Timed Schedule Access in Lock

    - Regenerated Matter Lock Zap to include Timed Schedule
    Access feature
    
    - Added Schedules for WeekDay, YearDay and Holiday
    to the credentials manager according to Matter
    Specification.
    
    - Implemented callbacks for the schedule feature required
    by door-lock-server.
    
    - Moved credentials manager users, schedules and credentials
    implementations to separate files due to a high number
    of lines in the credentials_manager.cpp file.
    
    - Added a guide to Matter Lock sample on how to use this
    feature.
    
    - Added guide how to enable the timed-access schedule feature
    
    - Updated release notes.
    
    - Changed names from credentials to access
    
    Signed-off-by: Arkadiusz Balys <[email protected]>
    ArekBalysNordic committed May 29, 2024
    Configuration menu
    Copy the full SHA
    61f223f View commit details
    Browse the repository at this point in the history
  2. samples: matter: extend the door lock readme with TimeSync cluster

    Added description on how to enable Time Synchronization cluster
    with all required types.
    
    Signed-off-by: Marcin Kajor <[email protected]>
    markaj-nordic authored and ArekBalysNordic committed May 29, 2024
    Configuration menu
    Copy the full SHA
    197438b View commit details
    Browse the repository at this point in the history