Skip to content

Commit

Permalink
Addressed comments by sharadb-amazon
Browse files Browse the repository at this point in the history
  • Loading branch information
pgregorr-amazon committed Mar 19, 2024
1 parent 3422c1d commit c347ed8
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 127 deletions.
6 changes: 3 additions & 3 deletions examples/tv-casting-app/APIs.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,18 +907,18 @@ playback state, and [subscribe](#subscriptions) to playback events.
On Linux refer to the following platform specific files:
1. For list of clusters, command and attributes supported by the Matter TV
1. For a list of clusters, commands and attributes supported by the Matter TV
Casting library:
[tv-casting-common/clusters/Clusters.h](tv-casting-common/clusters/Clusters.h)
2. For the IDs and request / response types to use with these APIs:
[/zzz_generated/app-common/app-common/zap-generated/cluster-objects.h](/zzz_generated/app-common/app-common/zap-generated/cluster-objects.h)
On iOS refer to the following platform specific files:
1. For list of clusters, command and attributes supported by the Matter TV
1. For a list of clusters, commands and attributes supported by the Matter TV
Casting library:
[/darwin/MatterTvCastingBridge/MatterTvCastingBridge/zap-generated/MCClusterObjects.h](/darwin/MatterTvCastingBridge/MatterTvCastingBridge/zap-generated/MCClusterObjects.h)
2. For the IDs and request / response types to use with these APIs:
2. For the IDs and request / response types to use with the commands:
[/darwin/MatterTvCastingBridge/MatterTvCastingBridge/zap-generated/MCCommandObjects.h](/darwin/MatterTvCastingBridge/MatterTvCastingBridge/zap-generated/MCCommandObjects.h)
and
[/darwin/MatterTvCastingBridge/MatterTvCastingBridge/zap-generated/MCCommandPayloads.h](/darwin/MatterTvCastingBridge/MatterTvCastingBridge/zap-generated/MCCommandPayloads.h)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

#import "MCInteractionModelStructs.h"

#import <Matter/MTRDefines.h>
#import <Matter/MTRStructsObjc.h>

NS_ASSUME_NONNULL_BEGIN

@interface MCAbstractPayload : NSObject <NSCopying>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c347ed8

Please sign in to comment.