@class MTRDevice; @interface MTRClusterOnOff : MTRCluster @property (readonly, nonatomic) unsigned short endpoint; @property (readonly, nonatomic) MTRDevice *device; - (void).cxx_destruct; - (id)initWithDevice:(id)a0 endpoint:(unsigned short)a1 queue:(id)a2; - (id)initWithDevice:(id)a0 endpointID:(id)a1 queue:(id)a2; - (void)offWithEffectWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completion:(id /* block */)a3; - (void)offWithEffectWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completionHandler:(id /* block */)a3; - (void)offWithExpectedValues:(id)a0 expectedValueInterval:(id)a1 completion:(id /* block */)a2; - (void)offWithExpectedValues:(id)a0 expectedValueInterval:(id)a1 completionHandler:(id /* block */)a2; - (void)offWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completion:(id /* block */)a3; - (void)offWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completionHandler:(id /* block */)a3; - (void)onWithExpectedValues:(id)a0 expectedValueInterval:(id)a1 completion:(id /* block */)a2; - (void)onWithExpectedValues:(id)a0 expectedValueInterval:(id)a1 completionHandler:(id /* block */)a2; - (void)onWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completion:(id /* block */)a3; - (void)onWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completionHandler:(id /* block */)a3; - (void)onWithRecallGlobalSceneWithExpectedValues:(id)a0 expectedValueInterval:(id)a1 completion:(id /* block */)a2; - (void)onWithRecallGlobalSceneWithExpectedValues:(id)a0 expectedValueInterval:(id)a1 completionHandler:(id /* block */)a2; - (void)onWithRecallGlobalSceneWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completion:(id /* block */)a3; - (void)onWithRecallGlobalSceneWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completionHandler:(id /* block */)a3; - (void)onWithTimedOffWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completion:(id /* block */)a3; - (void)onWithTimedOffWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completionHandler:(id /* block */)a3; - (id)readAttributeAcceptedCommandListWithParams:(id)a0; - (id)readAttributeAttributeListWithParams:(id)a0; - (id)readAttributeClusterRevisionWithParams:(id)a0; - (id)readAttributeFeatureMapWithParams:(id)a0; - (id)readAttributeGeneratedCommandListWithParams:(id)a0; - (id)readAttributeGlobalSceneControlWithParams:(id)a0; - (id)readAttributeOffWaitTimeWithParams:(id)a0; - (id)readAttributeOnOffWithParams:(id)a0; - (id)readAttributeOnTimeWithParams:(id)a0; - (id)readAttributeStartUpOnOffWithParams:(id)a0; - (void)toggleWithExpectedValues:(id)a0 expectedValueInterval:(id)a1 completion:(id /* block */)a2; - (void)toggleWithExpectedValues:(id)a0 expectedValueInterval:(id)a1 completionHandler:(id /* block */)a2; - (void)toggleWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completion:(id /* block */)a3; - (void)toggleWithParams:(id)a0 expectedValues:(id)a1 expectedValueInterval:(id)a2 completionHandler:(id /* block */)a3; - (void)writeAttributeOffWaitTimeWithValue:(id)a0 expectedValueInterval:(id)a1; - (void)writeAttributeOffWaitTimeWithValue:(id)a0 expectedValueInterval:(id)a1 params:(id)a2; - (void)writeAttributeOnTimeWithValue:(id)a0 expectedValueInterval:(id)a1; - (void)writeAttributeOnTimeWithValue:(id)a0 expectedValueInterval:(id)a1 params:(id)a2; - (void)writeAttributeStartUpOnOffWithValue:(id)a0 expectedValueInterval:(id)a1; - (void)writeAttributeStartUpOnOffWithValue:(id)a0 expectedValueInterval:(id)a1 params:(id)a2; @end