blob: d067074648be7eeadada11560fc8762fc5ed8060 [file] [log] [blame]
// SetSupportedClustersRequest.aidl
package com.matter.tv.app.api;
import com.matter.tv.app.api.SupportedCluster;
parcelable SetSupportedClustersRequest {
List<SupportedCluster> supportedClusters;
}