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