Skip to content

Commit

Permalink
Updated the PR latests comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed Jun 30, 2021
1 parent 55a94ae commit 6fb856f
Show file tree
Hide file tree
Showing 38 changed files with 387 additions and 398 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@ jobs:
timeout-minutes: 10
run: |
ifconfig -a
scripts/tests/test_suites.sh
scripts/tests/test_suites.sh
- name: Run TV Tests
timeout-minutes: 10
run: |
ifconfig -a
scripts/tests/test_suites.sh -a tv -i 20
- name: Uploading core files
uses: actions/upload-artifact@v2
if: ${{ failure() }}
Expand Down Expand Up @@ -164,6 +169,10 @@ jobs:
timeout-minutes: 15
run: |
scripts/tests/test_suites.sh
- name: Run TV Tests
timeout-minutes: 10
run: |
scripts/tests/test_suites.sh -a tv -i 20
- name: Uploading core files
uses: actions/upload-artifact@v2
if: ${{ failure() }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2567,7 +2567,7 @@

// Array of EmberAfCommandMetadata structs.
#define ZAP_COMMAND_MASK(mask) COMMAND_MASK_##mask
#define EMBER_AF_GENERATED_COMMAND_COUNT (201)
#define EMBER_AF_GENERATED_COMMAND_COUNT (200)
#define GENERATED_COMMANDS \
{ \
\
Expand Down Expand Up @@ -2793,7 +2793,6 @@
{ 0x0506, 0x09, ZAP_COMMAND_MASK(INCOMING_SERVER) }, /* MediaSkipBackward */ \
{ 0x0506, 0x09, ZAP_COMMAND_MASK(INCOMING_CLIENT) }, /* MediaSkipBackwardResponse */ \
{ 0x0506, 0x0A, ZAP_COMMAND_MASK(INCOMING_SERVER) }, /* MediaSkipSeek */ \
{ 0x0506, 0x0A, ZAP_COMMAND_MASK(INCOMING_CLIENT) }, /* MediaSkipSeekResponse */ \
\
/* Endpoint: 1, Cluster: Media Input (server) */ \
{ 0x0507, 0x00, ZAP_COMMAND_MASK(INCOMING_SERVER) }, /* SelectInput */ \
Expand Down
Loading

0 comments on commit 6fb856f

Please sign in to comment.