blob: 7db26283d00de16c0e7bac4474a73769487a06e1 [file] [log] [blame]
// SupportedCluster.aidl
package com.matter.tv.app.api;
parcelable SupportedCluster {
int clusterIdentifier;
String[] features;
int[] optionalCommandIdentifiers;
}