Declaration | |
---|---|
From | - (void)launchAppWithParams:(CHIPApplicationLauncherClusterLaunchAppParams *)params completionHandler:(void (^)(CHIPApplicationLauncherClusterLaunchAppResponseParams * _Nullable, NSError * _Nullable))completionHandler |
To | - (void)launchAppWithParams:(CHIPApplicationLauncherClusterLaunchAppParams *)params completionHandler:(void (^)(CHIPApplicationLauncherClusterLauncherResponseParams * _Nullable, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)launchContentWithParams:(CHIPContentLauncherClusterLaunchContentParams *)params completionHandler:(void (^)(CHIPContentLauncherClusterLaunchContentResponseParams * _Nullable, NSError * _Nullable))completionHandler |
To | - (void)launchContentWithParams:(CHIPContentLauncherClusterLaunchContentParams *)params completionHandler:(void (^)(CHIPContentLauncherClusterLaunchResponseParams * _Nullable, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)launchURLWithParams:(CHIPContentLauncherClusterLaunchURLParams *)params completionHandler:(void (^)(CHIPContentLauncherClusterLaunchURLResponseParams * _Nullable, NSError * _Nullable))completionHandler |
To | - (void)launchURLWithParams:(CHIPContentLauncherClusterLaunchURLParams *)params completionHandler:(void (^)(CHIPContentLauncherClusterLaunchResponseParams * _Nullable, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)removeNetworkWithParams:(CHIPNetworkCommissioningClusterRemoveNetworkParams *)params completionHandler:(void (^)(CHIPNetworkCommissioningClusterRemoveNetworkResponseParams * _Nullable, NSError * _Nullable))completionHandler |
To | - (void)removeNetworkWithParams:(CHIPNetworkCommissioningClusterRemoveNetworkParams *)params completionHandler:(void (^)(CHIPNetworkCommissioningClusterNetworkConfigResponseParams * _Nullable, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)getRelayStatusLogWithCompletionHandler:(StatusCompletion)completionHandler |
To | - (void)getRelayStatusLogWithCompletionHandler:(void (^)(CHIPThermostatClusterGetRelayStatusLogResponseParams * _Nullable, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)getWeeklyScheduleWithParams:(CHIPThermostatClusterGetWeeklyScheduleParams *)params completionHandler:(StatusCompletion)completionHandler |
To | - (void)getWeeklyScheduleWithParams:(CHIPThermostatClusterGetWeeklyScheduleParams *)params completionHandler:(void (^)(CHIPThermostatClusterGetWeeklyScheduleResponseParams * _Nullable, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)readAttributeNetworkNameWithCompletionHandler:(void (^)(NSData * _Nullable, NSError * _Nullable))completionHandler |
To | - (void)readAttributeNetworkNameWithCompletionHandler:(void (^)(NSString * _Nullable, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | @property (nonatomic, strong) NSString *data |
To | @property (nonatomic, strong) NSData *data |
Declaration | |
---|---|
From | - (void)writeAttributeNetworkNameWithValue:(NSData *)value completionHandler:(StatusCompletion)completionHandler |
To | - (void)writeAttributeNetworkNameWithValue:(NSString *)value completionHandler:(StatusCompletion)completionHandler |