File tree 1 file changed +7
-7
lines changed
examples/chef/common/clusters/channel
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -223,13 +223,13 @@ bool ChannelManager::HandleSkipChannel(const int16_t & count)
223
223
return true ;
224
224
}
225
225
226
- void ChannelManager::HandleGetProgramGuide (
227
- CommandResponseHelper<ProgramGuideResponseType > & helper , const chip::Optional<uint32_t > & startTime ,
228
- const chip::Optional<uint32_t > & endTime ,
229
- const chip::Optional<DataModel::DecodableList<ChannelInfoType>> & channelList ,
230
- const chip::Optional<PageTokenType> & pageToken, const chip::Optional<chip::BitMask<RecordingFlagBitmap>> & recordingFlag,
231
- const chip::Optional<DataModel::DecodableList<AdditionalInfoType>> & externalIdList,
232
- const chip::Optional<chip::ByteSpan> & data)
226
+ void ChannelManager::HandleGetProgramGuide (CommandResponseHelper<ProgramGuideResponseType> & helper,
227
+ const chip::Optional< uint32_t > & startTime , const chip::Optional<uint32_t > & endTime ,
228
+ const chip::Optional<DataModel::DecodableList<ChannelInfoType>> & channelList ,
229
+ const chip::Optional<PageTokenType> & pageToken ,
230
+ const chip::Optional<chip::BitMask<RecordingFlagBitmap>> & recordingFlag,
231
+ const chip::Optional<DataModel::DecodableList<AdditionalInfoType>> & externalIdList,
232
+ const chip::Optional<chip::ByteSpan> & data)
233
233
{
234
234
235
235
// 1. Decode received parameters
You can’t perform that action at this time.
0 commit comments