Skip to content

Commit

Permalink
Disable TV channel attributes that cause Cirque failiure
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed Dec 10, 2021
1 parent 11ca777 commit 4d652ea
Show file tree
Hide file tree
Showing 15 changed files with 315 additions and 283 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ limitations under the License.
<!-- TODO: Add feature map once it is supported -->
<description>This cluster provides an interface for controlling the current TV Channel on a device.</description>
<attribute side="server" code="0x0000" define="TV_CHANNEL_LIST" type="ARRAY" entryType="TvChannelInfo" length="254" writable="false" optional="false">channel list</attribute>
<attribute side="server" code="0x0001" define="TV_CHANNEL_LINEUP" type="TvChannelLineupInfo" writable="true" optional="false">channel lineup</attribute>
<attribute side="server" code="0x0002" define="TV_CHANNEL_CURRENT_CHANNEL" type="TvChannelInfo" writable="true" optional="false">current channel</attribute>
<!-- <attribute side="server" code="0x0001" define="TV_CHANNEL_LINEUP" type="TvChannelLineupInfo" writable="true" optional="false">channel lineup</attribute>
<attribute side="server" code="0x0002" define="TV_CHANNEL_CURRENT_CHANNEL" type="TvChannelInfo" writable="true" optional="false">current channel</attribute> -->

<command source="client" code="0x00" name="ChangeChannel" optional="false">
<description>Change the channel on the TV to the channel case-insensitive exact matching the value passed as an argument. </description>
Expand Down
4 changes: 0 additions & 4 deletions src/controller/java/zap-generated/CHIPCallbackTypes.h

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

14 changes: 0 additions & 14 deletions src/controller/python/chip/clusters/CHIPClusters.py

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

36 changes: 0 additions & 36 deletions src/controller/python/chip/clusters/Objects.py

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.

Loading

0 comments on commit 4d652ea

Please sign in to comment.