blob: 0a8c82459ec042643fb8485af431076a64b2a2c5 [file] [log] [blame]
{{> header excludeZapComment=true}}
#import <Foundation/Foundation.h>
#import "MTRBaseClusters.h"
#import "MTRBaseDevice.h"
#include <zap-generated/CHIPClusters.h>
{{#zcl_clusters}}
{{#if (isSupported (asUpperCamelCase name preserveAcronyms=true))}}
@interface MTRBaseCluster{{asUpperCamelCase name preserveAcronyms=true}} ()
@property (nonatomic, strong, readonly) MTRBaseDevice * device;
@property (nonatomic, assign, readonly) chip::EndpointId endpoint;
@end
{{/if}}
{{/zcl_clusters}}