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

Updating TV example app to add support for on-off level control commands #6417

Commits on May 3, 2021

  1. Updating TV example app to add support for on-off level control commands

    Problem
    TV example app does not support on and off commands
    TV example app does not support level control commands
    
    Summary of Changes
    - Added attribute change callback so that developper can detect on-off attribute change and implement logic for TV
    - Added LevelControl.cpp file so that developper can use it and change current level-control.h file. We do not need all the logic from the current level-control cluster. Handeling step command is enough.
    
    Test
    - Tested locally using chip-tool client and newly created tv-server
    - Used the zap_regen_all.py and gn_build.sh to verify the building is successful
    lazarkov committed May 3, 2021
    Configuration menu
    Copy the full SHA
    16bb81c View commit details
    Browse the repository at this point in the history