Declaration | |
---|---|
From | - (void)readAttributeWithEndpointId:(NSUInteger)endpointId clusterId:(NSUInteger)clusterId attributeId:(NSUInteger)attributeId clientQueue:(nonnull dispatch_queue_t)clientQueue completion:(nonnull void (^)(NSArray<NSDictionary<NSString *,id> *> * _Nullable, NSError * _Nullable))completion |
To | - (void)readAttributeWithEndpointId:(nullable NSNumber *)endpointId clusterId:(nullable NSNumber *)clusterId attributeId:(nullable NSNumber *)attributeId clientQueue:(nonnull dispatch_queue_t)clientQueue completion:(nonnull void (^)(NSArray<NSDictionary<NSString *,id> *> * _Nullable, NSError * _Nullable))completion |
Declaration | |
---|---|
From | - (void)readAttributeCacheWithController:(nullable id)controller nodeId:(uint64_t)nodeId endpointId:(NSUInteger)endpointId clusterId:(NSUInteger)clusterId attributeId:(NSUInteger)attributeId completion:(nonnull void (^)(id _Nullable, NSError * _Nullable))completion |
To | - (void)readAttributeCacheWithController:(nullable id)controller nodeId:(uint64_t)nodeId endpointId:(nullable NSNumber *)endpointId clusterId:(nullable NSNumber *)clusterId attributeId:(nullable NSNumber *)attributeId completion:(nonnull void (^)(id _Nullable, NSError * _Nullable))completion |